#053098

Color #053098 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #053098

Tints of Smalt #053098

Color information

#053098 (or 0x053098) is unknown color: approx Smalt. HEX triplet: 05, 30 and 98. RGB value is (5,48,152). Sum of RGB (Red+Green+Blue) = 5+48+152=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 152 (59.77% from 255 or 74.15% from 205); Max value from RGB is 152 - color contains mainly: blue. Hex color #053098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053098 is #FACF67. Grayscale: #2E2E2E. Windows color (decimal): -16437096 or 9973765. OLE color: 9973765.

HSL color Cylindrical-coordinate representation of color #053098: hue angle of 222.45º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053098 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB548152-
CMYK0.970.6800.40
HSL222.45º93.63%30.78%-
HSV(B)222.45º96.71%59.61%-
XYZ6.794.4130.2-
YUV47187.2598.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 152 (59.77% from 255) = 74.15%
R=2.44%
G=23.41%
B=74.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5481520.970.6800.40222.4593.6330.78
Hex530986144028de5e1f
Octal56023014110405033613637
Binary1011100001001100011000011000100010100011011110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053098; }

 p { color: rgb(5,48,152); }

 H1.HeaderClassName
 {
   color: #053098;
 }
 .AnyTagClassName
 {
   color: #053098;
 }
</style>
background-color css

<style>
 a { background-color: #053098; }

 a { background-color: rgb(5,48,152); }

 div.DivClassName
 {
   background-color: #053098;
 }
 .BgClassName
 {
   background-color: #053098;
 }
</style>
border-color css

<style>
 span { border-color: #053098; }

 span { border-color: rgb(5,48,152); }

 td.TdClassName
 {
   border-color: #053098;
 }
 .TagClassName
 {
   border-color: #053098;
 }
</style>