#055174

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

Shades of Dark Cerulean #055174

Tints of Dark Cerulean #055174

Color information

#055174 (or 0x055174) is unknown color: approx Dark Cerulean. HEX triplet: 05, 51 and 74. RGB value is (5,81,116). Sum of RGB (Red+Green+Blue) = 5+81+116=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #055174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055174 is #FAAE8B. Grayscale: #3E3E3E. Windows color (decimal): -16428684 or 7622917. OLE color: 7622917.

HSL color Cylindrical-coordinate representation of color #055174: hue angle of 198.92º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055174 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB581116-
CMYK0.960.3000.55
HSL198.92º91.74%23.73%-
HSV(B)198.92º95.69%45.49%-
XYZ6.167.1817.58-
YUV62.27158.3287.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 81 (32.03% from 255) = 40.10%
BLUE value IS 116 (45.70% from 255) = 57.43%
R=2.48%
G=40.10%
B=57.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5811160.960.3000.55198.9291.7423.73
Hex55174601E037c75c18
Octal51211641403606730713430
Binary10110100011110100110000011110011011111000111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055174; }

 p { color: rgb(5,81,116); }

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

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

 a { background-color: rgb(5,81,116); }

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

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

 span { border-color: rgb(5,81,116); }

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