#055F90

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

Shades of Dark Cerulean #055F90

Tints of Dark Cerulean #055F90

Color information

#055F90 (or 0x055F90) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5F and 90. RGB value is (5,95,144). Sum of RGB (Red+Green+Blue) = 5+95+144=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #055F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055F90 is #FAA06F. Grayscale: #494949. Windows color (decimal): -16425072 or 9461509. OLE color: 9461509.

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

Color convert

RGB595144-
CMYK0.970.3400.44
HSL201.15º93.29%29.22%-
HSV(B)201.15º96.53%56.47%-
XYZ9.1910.2327.88-
YUV73.68167.6879.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.05%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=2.05%
G=38.93%
B=59.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5951440.970.3400.44201.1593.2929.22
Hex55F90612202Cc95d1d
Octal51372201414205431113535
Binary1011011111100100001100001100010010110011001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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