#055B9F

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

Shades of Cobalt #055B9F

Tints of Cobalt #055B9F

Color information

#055B9F (or 0x055B9F) is unknown color: approx Cobalt. HEX triplet: 05, 5B and 9F. RGB value is (5,91,159). Sum of RGB (Red+Green+Blue) = 5+91+159=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #055B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B9F is #FAA460. Grayscale: #484848. Windows color (decimal): -16426081 or 10443525. OLE color: 10443525.

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

Color convert

RGB591159-
CMYK0.970.4300.38
HSL206.49º93.9%32.16%-
HSV(B)206.49º96.86%62.35%-
XYZ10.0610.0234.2-
YUV73.04176.5179.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=1.96%
G=35.69%
B=62.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5911590.970.4300.38206.4993.932.16
Hex55B9F612B026ce5e20
Octal51332371415304631613640
Binary10110110111001111111000011010110100110110011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,91,159); }

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

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

 a { background-color: rgb(5,91,159); }

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

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

 span { border-color: rgb(5,91,159); }

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