Html Css Color HEX #599688 Patina

📋 copy color: '#599688'

red 89 ◦ green 150 ◦ blue 136

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

Shades of Patina #599688

Tints of Patina #599688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 23.73%
G = 40%
B = 36.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#599688 (or 0x599688) is known color: Patina. HEX triplet: 59, 96 and 88. RGB value is (89,150,136). Sum of RGB (Red+Green+Blue) = 89+150+136=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #599688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599688 is #A66977. Grayscale: #828282. Windows color (decimal): -10905976 or 8951385. OLE color: 8951385.

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

Color convert

RGB 89 150 136 -
CMYK 0.41 0 0.09 0.41
HSL 166.23º 0.26% 0.47% -
HSV(B) 166.23º 0.41% 0.59% -
XYZ 19.47 25.71 27.23 -
YUV 130.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 89 150 136 0.41 0 0.09 0.41 166.23 0.26 0.47
Hex 59 96 88 29 0 9 29 A6 1A 2F
Octal 131 226 210 51 0 11 51 246 32 57
Binary 1011001 10010110 10001000 101001 0 1001 101001 10100110 11010 101111

Color Harmonies of #599688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599688

Black with #599688

Text Example


Text Example

White with #599688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599688; }

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

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

background-color css

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

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

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

border-color css

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

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

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