Html Css Color HEX #599692 Half Baked

📋 copy color: '#599692'

red 89 ◦ green 150 ◦ blue 146

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

Shades of Half Baked #599692

Tints of Half Baked #599692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 23.12%
G = 38.96%
B = 37.92%

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

#599692 (or 0x599692) is known color: Half Baked. HEX triplet: 59, 96 and 92. RGB value is (89,150,146). Sum of RGB (Red+Green+Blue) = 89+150+146=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #599692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599692 is #A6696D. Grayscale: #838383. Windows color (decimal): -10905966 or 9606745. OLE color: 9606745.

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

Color convert

RGB 89 150 146 -
CMYK 0.41 0 0.03 0.41
HSL 176.07º 0.26% 0.47% -
HSV(B) 176.07º 0.41% 0.59% -
XYZ 20.21 26.01 31.15 -
YUV 131.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 89 150 146 0.41 0 0.03 0.41 176.07 0.26 0.47
Hex 59 96 92 29 0 3 29 B0 1A 2F
Octal 131 226 222 51 0 3 51 260 32 57
Binary 1011001 10010110 10010010 101001 0 11 101001 10110000 11010 101111

Color Harmonies of #599692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599692

Black with #599692

Text Example


Text Example

White with #599692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599692; }

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

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

background-color css

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

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

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

border-color css

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

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

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