Html Css Color HEX #599889 Patina

📋 copy color: '#599889'

red 89 ◦ green 152 ◦ blue 137

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

Shades of Patina #599889

Tints of Patina #599889

RGB

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

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

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

R = 23.54%
G = 40.21%
B = 36.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#599889 (or 0x599889) is known color: Patina. HEX triplet: 59, 98 and 89. RGB value is (89,152,137). Sum of RGB (Red+Green+Blue) = 89+152+137=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #599889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599889 is #A66776. Grayscale: #838383. Windows color (decimal): -10905463 or 9017433. OLE color: 9017433.

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

Color convert

RGB 89 152 137 -
CMYK 0.41 0 0.10 0.40
HSL 165.71º 0.26% 0.47% -
HSV(B) 165.71º 0.41% 0.6% -
XYZ 19.86 26.39 27.71 -
YUV 131.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 89 152 137 0.41 0 0.10 0.40 165.71 0.26 0.47
Hex 59 98 89 29 0 A 28 A6 1A 2F
Octal 131 230 211 51 0 12 50 246 32 57
Binary 1011001 10011000 10001001 101001 0 1010 101000 10100110 11010 101111

Color Harmonies of #599889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599889

Black with #599889

Text Example


Text Example

White with #599889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599889; }

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

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

background-color css

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

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

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

border-color css

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

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

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