#055D9E

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

Shades of Cobalt #055D9E

Tints of Cobalt #055D9E

Color information

#055D9E (or 0x055D9E) is unknown color: approx Cobalt. HEX triplet: 05, 5D and 9E. RGB value is (5,93,158). Sum of RGB (Red+Green+Blue) = 5+93+158=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #055D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055D9E is #FAA261. Grayscale: #494949. Windows color (decimal): -16425570 or 10378501. OLE color: 10378501.

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

Color convert

RGB593158-
CMYK0.970.4100.38
HSL205.49º93.87%31.96%-
HSV(B)205.49º96.84%61.96%-
XYZ10.1510.3333.81-
YUV74.1175.3578.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 158 (62.11% from 255) = 61.72%
R=1.95%
G=36.33%
B=61.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5931580.970.4100.38205.4993.8731.96
Hex55D9E6129026cd5e20
Octal51352361415104631513640
Binary10110111011001111011000011010010100110110011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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