#055E93

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

Shades of Dark Cerulean #055E93

Tints of Dark Cerulean #055E93

Color information

#055E93 (or 0x055E93) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5E and 93. RGB value is (5,94,147). Sum of RGB (Red+Green+Blue) = 5+94+147=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #055E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055E93 is #FAA16C. Grayscale: #494949. Windows color (decimal): -16425325 or 9657861. OLE color: 9657861.

HSL color Cylindrical-coordinate representation of color #055E93: hue angle of 202.39º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055E93 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB594147-
CMYK0.970.3600.42
HSL202.39º93.42%29.8%-
HSV(B)202.39º96.6%57.65%-
XYZ9.3310.1429.07-
YUV73.43169.5179.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 147 (57.81% from 255) = 59.76%
R=2.03%
G=38.21%
B=59.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5941470.970.3600.42202.3993.4229.8
Hex55E93612402Aca5d1e
Octal51362231414405231213536
Binary1011011110100100111100001100100010101011001010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,94,147); }

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

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

 a { background-color: rgb(5,94,147); }

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

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

 span { border-color: rgb(5,94,147); }

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