#055894

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

Shades of Dark Cerulean #055894

Tints of Dark Cerulean #055894

Color information

#055894 (or 0x055894) is unknown color: approx Dark Cerulean. HEX triplet: 05, 58 and 94. RGB value is (5,88,148). Sum of RGB (Red+Green+Blue) = 5+88+148=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #055894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055894 is #FAA76B. Grayscale: #454545. Windows color (decimal): -16426860 or 9721861. OLE color: 9721861.

HSL color Cylindrical-coordinate representation of color #055894: hue angle of 205.17º 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 #055894 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB588148-
CMYK0.970.4100.42
HSL205.17º93.46%30%-
HSV(B)205.17º96.62%58.04%-
XYZ8.99.1529.31-
YUV70.0217281.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 148 (58.20% from 255) = 61.41%
R=2.07%
G=36.51%
B=61.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5881480.970.4100.42205.1793.4630
Hex55894612902Acd5d1e
Octal51302241415105231513536
Binary1011011000100101001100001101001010101011001101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055894; }

 p { color: rgb(5,88,148); }

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

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

 a { background-color: rgb(5,88,148); }

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

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

 span { border-color: rgb(5,88,148); }

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