#055C9E

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

Shades of Cobalt #055C9E

Tints of Cobalt #055C9E

Color information

#055C9E (or 0x055C9E) is unknown color: approx Cobalt. HEX triplet: 05, 5C and 9E. RGB value is (5,92,158). Sum of RGB (Red+Green+Blue) = 5+92+158=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #055C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055C9E is #FAA361. Grayscale: #494949. Windows color (decimal): -16425826 or 10378245. OLE color: 10378245.

HSL color Cylindrical-coordinate representation of color #055C9E: hue angle of 205.88º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055C9E is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB592158-
CMYK0.970.4200.38
HSL205.88º93.87%31.96%-
HSV(B)205.88º96.84%61.96%-
XYZ10.0610.1633.78-
YUV73.51175.6879.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 158 (62.11% from 255) = 61.96%
R=1.96%
G=36.08%
B=61.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5921580.970.4200.38205.8893.8731.96
Hex55C9E612A026ce5e20
Octal51342361415204631613640
Binary10110111001001111011000011010100100110110011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,92,158); }

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

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

 a { background-color: rgb(5,92,158); }

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

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

 span { border-color: rgb(5,92,158); }

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