Html Css Color HEX #05599C Cobalt

📋 copy color: '#05599C'

red 5 ◦ green 89 ◦ blue 156

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

Shades of Cobalt #05599C

Tints of Cobalt #05599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

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

R = 2%
G = 35.6%
B = 62.4%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05599C (or 0x05599C) is known color: Cobalt. HEX triplet: 05, 59 and 9C. RGB value is (5,89,156). Sum of RGB (Red+Green+Blue) = 5+89+156=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #05599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05599C is #FAA663. Grayscale: #474747. Windows color (decimal): -16426596 or 10246405. OLE color: 10246405.

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

Color convert

RGB 5 89 156 -
CMYK 0.97 0.43 0 0.39
HSL 206.62º 0.94% 0.32% -
HSV(B) 206.62º 0.97% 0.61% -
XYZ 9.64 9.58 32.79 -
YUV 71.52 175.67 80.55 -
System Red Green Blue C M Y K H S L
Decimal 5 89 156 0.97 0.43 0 0.39 206.62 0.94 0.32
Hex 5 59 9C 61 2B 0 27 CF 5E 20
Octal 5 131 234 141 53 0 47 317 136 40
Binary 101 1011001 10011100 1100001 101011 0 100111 11001111 1011110 100000

Color Harmonies of #05599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05599C

Black with #05599C

Text Example


Text Example

White with #05599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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