#055A93

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

Shades of Dark Cerulean #055A93

Tints of Dark Cerulean #055A93

Color information

#055A93 (or 0x055A93) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5A and 93. RGB value is (5,90,147). Sum of RGB (Red+Green+Blue) = 5+90+147=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #055A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055A93 is #FAA56C. Grayscale: #464646. Windows color (decimal): -16426349 or 9656837. OLE color: 9656837.

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

Color convert

RGB590147-
CMYK0.970.3900.42
HSL204.08º93.42%29.8%-
HSV(B)204.08º96.6%57.65%-
XYZ8.999.4528.95-
YUV71.08170.8480.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.07%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=2.07%
G=37.19%
B=60.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5901470.970.3900.42204.0893.4229.8
Hex55A93612702Acc5d1e
Octal51322231414705231413536
Binary1011011010100100111100001100111010101011001100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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