#05539E

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

Shades of Cobalt #05539E

Tints of Cobalt #05539E

Color information

#05539E (or 0x05539E) is unknown color: approx Cobalt. HEX triplet: 05, 53 and 9E. RGB value is (5,83,158). Sum of RGB (Red+Green+Blue) = 5+83+158=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #05539E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05539E is #FAAC61. Grayscale: #434343. Windows color (decimal): -16428130 or 10375941. OLE color: 10375941.

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

Color convert

RGB583158-
CMYK0.970.4700.38
HSL209.41º93.87%31.96%-
HSV(B)209.41º96.84%61.96%-
XYZ9.338.6933.53-
YUV68.23178.6682.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=2.03%
G=33.74%
B=64.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5831580.970.4700.38209.4193.8731.96
Hex5539E612F026d15e20
Octal51232361415704632113640
Binary10110100111001111011000011011110100110110100011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05539E; }

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

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

<style>
 a { background-color: #05539E; }

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

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

<style>
 span { border-color: #05539E; }

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

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