Html Css Color HEX #05579C Cobalt

📋 copy color: '#05579C'

red 5 ◦ green 87 ◦ blue 156

#05579C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #05579C

Tints of Cobalt #05579C

RGB

 RED value IS 5 (2.34% from 255) = 2.02%

 GREEN value IS 87 (34.38% from 255) = 35.08%

 BLUE value IS 156 (61.33% from 255) = 62.9%

R = 2.02%
G = 35.08%
B = 62.9%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05579C (or 0x05579C) is known color: Cobalt. HEX triplet: 05, 57 and 9C. RGB value is (5,87,156). Sum of RGB (Red+Green+Blue) = 5+87+156=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #05579C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05579C is #FAA863. Grayscale: #454545. Windows color (decimal): -16427108 or 10245893. OLE color: 10245893.

HSL color Cylindrical-coordinate representation of color #05579C: hue angle of 207.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05579C is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 87 156 -
CMYK 0.97 0.44 0 0.39
HSL 207.42º 0.94% 0.32% -
HSV(B) 207.42º 0.97% 0.61% -
XYZ 9.47 9.25 32.74 -
YUV 70.35 176.33 81.39 -
System Red Green Blue C M Y K H S L
Decimal 5 87 156 0.97 0.44 0 0.39 207.42 0.94 0.32
Hex 5 57 9C 61 2C 0 27 CF 5E 20
Octal 5 127 234 141 54 0 47 317 136 40
Binary 101 1010111 10011100 1100001 101100 0 100111 11001111 1011110 100000

Color Harmonies of #05579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05579C

Black with #05579C

Text Example


Text Example

White with #05579C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05579C; }

 p { color: rgb(5,87,156); }

 H1.HeaderClassName
 {
   color: #05579C;
 }
 .AnyTagClassName
 {
   color: #05579C;
 }
</style>

background-color css

<style>
 a { background-color: #05579C; }

 a { background-color: rgb(5,87,156); }

 div.DivClassName
 {
   background-color: #05579C;
 }
 .BgClassName
 {
   background-color: #05579C;
 }
</style>

border-color css

<style>
 span { border-color: #05579C; }

 span { border-color: rgb(5,87,156); }

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