#055A9E

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

Shades of Cobalt #055A9E

Tints of Cobalt #055A9E

Color information

#055A9E (or 0x055A9E) is unknown color: approx Cobalt. HEX triplet: 05, 5A and 9E. RGB value is (5,90,158). Sum of RGB (Red+Green+Blue) = 5+90+158=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #055A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055A9E is #FAA561. Grayscale: #474747. Windows color (decimal): -16426338 or 10377733. OLE color: 10377733.

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

Color convert

RGB590158-
CMYK0.970.4300.38
HSL206.67º93.87%31.96%-
HSV(B)206.67º96.84%61.96%-
XYZ9.899.8133.72-
YUV72.34176.3479.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 158 (62.11% from 255) = 62.45%
R=1.98%
G=35.57%
B=62.45%

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
Decimal5901580.970.4300.38206.6793.8731.96
Hex55A9E612B026cf5e20
Octal51322361415304631713640
Binary10110110101001111011000011010110100110110011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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