Html Css Color HEX #599887 Patina

📋 copy color: '#599887'

red 89 ◦ green 152 ◦ blue 135

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

Shades of Patina #599887

Tints of Patina #599887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 23.67%
G = 40.43%
B = 35.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#599887 (or 0x599887) is known color: Patina. HEX triplet: 59, 98 and 87. RGB value is (89,152,135). Sum of RGB (Red+Green+Blue) = 89+152+135=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #599887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599887 is #A66778. Grayscale: #838383. Windows color (decimal): -10905465 or 8886361. OLE color: 8886361.

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

Color convert

RGB 89 152 135 -
CMYK 0.41 0 0.11 0.40
HSL 163.81º 0.26% 0.47% -
HSV(B) 163.81º 0.41% 0.6% -
XYZ 19.72 26.33 26.96 -
YUV 131.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 89 152 135 0.41 0 0.11 0.40 163.81 0.26 0.47
Hex 59 98 87 29 0 B 28 A4 1A 2F
Octal 131 230 207 51 0 13 50 244 32 57
Binary 1011001 10011000 10000111 101001 0 1011 101000 10100100 11010 101111

Color Harmonies of #599887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599887

Black with #599887

Text Example


Text Example

White with #599887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599887; }

 p { color: rgb(89,152,135); }

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

background-color css

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

 a { background-color: rgb(89,152,135); }

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

border-color css

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

 span { border-color: rgb(89,152,135); }

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