Html Css Color HEX #599689 Patina

📋 copy color: '#599689'

red 89 ◦ green 150 ◦ blue 137

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

Shades of Patina #599689

Tints of Patina #599689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 23.67%
G = 39.89%
B = 36.44%

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

#599689 (or 0x599689) is known color: Patina. HEX triplet: 59, 96 and 89. RGB value is (89,150,137). Sum of RGB (Red+Green+Blue) = 89+150+137=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #599689 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599689 is #A66976. Grayscale: #828282. Windows color (decimal): -10905975 or 9016921. OLE color: 9016921.

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

Color convert

RGB 89 150 137 -
CMYK 0.41 0 0.09 0.41
HSL 167.21º 0.26% 0.47% -
HSV(B) 167.21º 0.41% 0.59% -
XYZ 19.54 25.74 27.61 -
YUV 130.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 89 150 137 0.41 0 0.09 0.41 167.21 0.26 0.47
Hex 59 96 89 29 0 9 29 A7 1A 2F
Octal 131 226 211 51 0 11 51 247 32 57
Binary 1011001 10010110 10001001 101001 0 1001 101001 10100111 11010 101111

Color Harmonies of #599689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599689

Black with #599689

Text Example


Text Example

White with #599689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599689; }

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

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

background-color css

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

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

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

border-color css

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

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

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