#05549E

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

Shades of Cobalt #05549E

Tints of Cobalt #05549E

Color information

#05549E (or 0x05549E) is unknown color: approx Cobalt. HEX triplet: 05, 54 and 9E. RGB value is (5,84,158). Sum of RGB (Red+Green+Blue) = 5+84+158=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #05549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05549E is #FAAB61. Grayscale: #444444. Windows color (decimal): -16427874 or 10376197. OLE color: 10376197.

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

Color convert

RGB584158-
CMYK0.970.4700.38
HSL209.02º93.87%31.96%-
HSV(B)209.02º96.84%61.96%-
XYZ9.48.8433.56-
YUV68.82178.3382.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=2.02%
G=34.01%
B=63.97%

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
Decimal5841580.970.4700.38209.0293.8731.96
Hex5549E612F026d15e20
Octal51242361415704632113640
Binary10110101001001111011000011011110100110110100011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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