Html Css Color HEX #05599E Cobalt

📋 copy color: '#05599E'

red 5 ◦ green 89 ◦ blue 158

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

Shades of Cobalt #05599E

Tints of Cobalt #05599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.7%

R = 1.98%
G = 35.32%
B = 62.7%

CMYK

 C value IS 0.97

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05599E (or 0x05599E) is known color: Cobalt. HEX triplet: 05, 59 and 9E. RGB value is (5,89,158). Sum of RGB (Red+Green+Blue) = 5+89+158=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #05599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05599E is #FAA661. Grayscale: #474747. Windows color (decimal): -16426594 or 10377477. OLE color: 10377477.

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

Color convert

RGB 5 89 158 -
CMYK 0.97 0.44 0 0.38
HSL 207.06º 0.94% 0.32% -
HSV(B) 207.06º 0.97% 0.62% -
XYZ 9.81 9.65 33.69 -
YUV 71.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 5 89 158 0.97 0.44 0 0.38 207.06 0.94 0.32
Hex 5 59 9E 61 2C 0 26 CF 5E 20
Octal 5 131 236 141 54 0 46 317 136 40
Binary 101 1011001 10011110 1100001 101100 0 100110 11001111 1011110 100000

Color Harmonies of #05599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05599E

Black with #05599E

Text Example


Text Example

White with #05599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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