Html Css Color HEX #05569C Cobalt

📋 copy color: '#05569C'

red 5 ◦ green 86 ◦ blue 156

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

Shades of Cobalt #05569C

Tints of Cobalt #05569C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

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

R = 2.02%
G = 34.82%
B = 63.16%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05569C (or 0x05569C) is known color: Cobalt. HEX triplet: 05, 56 and 9C. RGB value is (5,86,156). Sum of RGB (Red+Green+Blue) = 5+86+156=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #05569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05569C is #FAA963. Grayscale: #454545. Windows color (decimal): -16427364 or 10245637. OLE color: 10245637.

HSL color Cylindrical-coordinate representation of color #05569C: hue angle of 207.81º 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 #05569C is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 86 156 -
CMYK 0.97 0.45 0 0.39
HSL 207.81º 0.94% 0.32% -
HSV(B) 207.81º 0.97% 0.61% -
XYZ 9.39 9.09 32.71 -
YUV 69.76 176.66 81.81 -
System Red Green Blue C M Y K H S L
Decimal 5 86 156 0.97 0.45 0 0.39 207.81 0.94 0.32
Hex 5 56 9C 61 2D 0 27 D0 5E 20
Octal 5 126 234 141 55 0 47 320 136 40
Binary 101 1010110 10011100 1100001 101101 0 100111 11010000 1011110 100000

Color Harmonies of #05569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05569C

Black with #05569C

Text Example


Text Example

White with #05569C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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