Html Css Color HEX #05559C Cobalt

📋 copy color: '#05559C'

red 5 ◦ green 85 ◦ blue 156

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

Shades of Cobalt #05559C

Tints of Cobalt #05559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

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

R = 2.03%
G = 34.55%
B = 63.41%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05559C (or 0x05559C) is known color: Cobalt. HEX triplet: 05, 55 and 9C. RGB value is (5,85,156). Sum of RGB (Red+Green+Blue) = 5+85+156=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #05559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05559C is #FAAA63. Grayscale: #444444. Windows color (decimal): -16427620 or 10245381. OLE color: 10245381.

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

Color convert

RGB 5 85 156 -
CMYK 0.97 0.46 0 0.39
HSL 208.21º 0.94% 0.32% -
HSV(B) 208.21º 0.97% 0.61% -
XYZ 9.31 8.93 32.69 -
YUV 69.17 177 82.23 -
System Red Green Blue C M Y K H S L
Decimal 5 85 156 0.97 0.46 0 0.39 208.21 0.94 0.32
Hex 5 55 9C 61 2E 0 27 D0 5E 20
Octal 5 125 234 141 56 0 47 320 136 40
Binary 101 1010101 10011100 1100001 101110 0 100111 11010000 1011110 100000

Color Harmonies of #05559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05559C

Black with #05559C

Text Example


Text Example

White with #05559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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