#055E9E

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

Shades of Cobalt #055E9E

Tints of Cobalt #055E9E

Color information

#055E9E (or 0x055E9E) is unknown color: approx Cobalt. HEX triplet: 05, 5E and 9E. RGB value is (5,94,158). Sum of RGB (Red+Green+Blue) = 5+94+158=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #055E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055E9E is #FAA161. Grayscale: #4A4A4A. Windows color (decimal): -16425314 or 10378757. OLE color: 10378757.

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

Color convert

RGB594158-
CMYK0.970.4100.38
HSL205.1º93.87%31.96%-
HSV(B)205.1º96.84%61.96%-
XYZ10.2410.5133.84-
YUV74.68175.0178.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=1.95%
G=36.58%
B=61.48%

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
Decimal5941580.970.4100.38205.193.8731.96
Hex55E9E6129026cd5e20
Octal51362361415104631513640
Binary10110111101001111011000011010010100110110011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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