#055D9B

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

Shades of Cobalt #055D9B

Tints of Cobalt #055D9B

Color information

#055D9B (or 0x055D9B) is unknown color: approx Cobalt. HEX triplet: 05, 5D and 9B. RGB value is (5,93,155). Sum of RGB (Red+Green+Blue) = 5+93+155=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #055D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055D9B is #FAA264. Grayscale: #494949. Windows color (decimal): -16425573 or 10181893. OLE color: 10181893.

HSL color Cylindrical-coordinate representation of color #055D9B: hue angle of 204.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055D9B is Cyan = 0.97, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB593155-
CMYK0.970.400.39
HSL204.8º93.75%31.37%-
HSV(B)204.8º96.77%60.78%-
XYZ9.8910.2332.46-
YUV73.76173.8578.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 93 (36.72% from 255) = 36.76%
BLUE value IS 155 (60.94% from 255) = 61.26%
R=1.98%
G=36.76%
B=61.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5931550.970.400.39204.893.7531.37
Hex55D9B6128027cd5e1f
Octal51352331415004731513637
Binary1011011101100110111100001101000010011111001101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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