Html Css Color HEX #599096 Half Baked

📋 copy color: '#599096'

red 89 ◦ green 144 ◦ blue 150

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

Shades of Half Baked #599096

Tints of Half Baked #599096

RGB

 RED value IS 89 (35.16% from 255) = 23.24%

 GREEN value IS 144 (56.64% from 255) = 37.6%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 23.24%
G = 37.6%
B = 39.16%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#599096 (or 0x599096) is known color: Half Baked. HEX triplet: 59, 90 and 96. RGB value is (89,144,150). Sum of RGB (Red+Green+Blue) = 89+144+150=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #599096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599096 is #A66F69. Grayscale: #808080. Windows color (decimal): -10907498 or 9867353. OLE color: 9867353.

HSL color Cylindrical-coordinate representation of color #599096: hue angle of 185.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599096 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 144 150 -
CMYK 0.41 0.04 0 0.41
HSL 185.9º 0.26% 0.47% -
HSV(B) 185.9º 0.41% 0.59% -
XYZ 19.6 24.27 32.51 -
YUV 128.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 89 144 150 0.41 0.04 0 0.41 185.9 0.26 0.47
Hex 59 90 96 29 4 0 29 BA 1A 2F
Octal 131 220 226 51 4 0 51 272 32 57
Binary 1011001 10010000 10010110 101001 100 0 101001 10111010 11010 101111

Color Harmonies of #599096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599096

Black with #599096

Text Example


Text Example

White with #599096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599096; }

 p { color: rgb(89,144,150); }

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

background-color css

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

 a { background-color: rgb(89,144,150); }

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

border-color css

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

 span { border-color: rgb(89,144,150); }

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