Html Css Color HEX #599691 Half Baked

📋 copy color: '#599691'

red 89 ◦ green 150 ◦ blue 145

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

Shades of Half Baked #599691

Tints of Half Baked #599691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

 BLUE value IS 145 (57.03% from 255) = 37.76%

R = 23.18%
G = 39.06%
B = 37.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#599691 (or 0x599691) is known color: Half Baked. HEX triplet: 59, 96 and 91. RGB value is (89,150,145). Sum of RGB (Red+Green+Blue) = 89+150+145=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #599691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599691 is #A6696E. Grayscale: #838383. Windows color (decimal): -10905967 or 9541209. OLE color: 9541209.

HSL color Cylindrical-coordinate representation of color #599691: hue angle of 175.08º 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 #599691 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 145 -
CMYK 0.41 0 0.03 0.41
HSL 175.08º 0.26% 0.47% -
HSV(B) 175.08º 0.41% 0.59% -
XYZ 20.14 25.98 30.74 -
YUV 131.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 89 150 145 0.41 0 0.03 0.41 175.08 0.26 0.47
Hex 59 96 91 29 0 3 29 AF 1A 2F
Octal 131 226 221 51 0 3 51 257 32 57
Binary 1011001 10010110 10010001 101001 0 11 101001 10101111 11010 101111

Color Harmonies of #599691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599691

Black with #599691

Text Example


Text Example

White with #599691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599691; }

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

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

background-color css

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

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

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

border-color css

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

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

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