#055F8E

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

Shades of Dark Cerulean #055F8E

Tints of Dark Cerulean #055F8E

Color information

#055F8E (or 0x055F8E) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5F and 8E. RGB value is (5,95,142). Sum of RGB (Red+Green+Blue) = 5+95+142=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #055F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055F8E is #FAA071. Grayscale: #494949. Windows color (decimal): -16425074 or 9330437. OLE color: 9330437.

HSL color Cylindrical-coordinate representation of color #055F8E: hue angle of 200.58º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055F8E is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB595142-
CMYK0.960.3300.44
HSL200.58º93.2%28.82%-
HSV(B)200.58º96.48%55.69%-
XYZ9.0410.1727.08-
YUV73.45166.6879.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 95 (37.5% from 255) = 39.26%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=2.07%
G=39.26%
B=58.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5951420.960.3300.44200.5893.228.82
Hex55F8E602102Cc95d1d
Octal51372161404105431113535
Binary1011011111100011101100000100001010110011001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F8E; }

 p { color: rgb(5,95,142); }

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

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

 a { background-color: rgb(5,95,142); }

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

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

 span { border-color: rgb(5,95,142); }

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