Html Css Color HEX #599886 Patina

📋 copy color: '#599886'

red 89 ◦ green 152 ◦ blue 134

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

Shades of Patina #599886

Tints of Patina #599886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 23.73%
G = 40.53%
B = 35.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#599886 (or 0x599886) is known color: Patina. HEX triplet: 59, 98 and 86. RGB value is (89,152,134). Sum of RGB (Red+Green+Blue) = 89+152+134=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #599886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599886 is #A66779. Grayscale: #838383. Windows color (decimal): -10905466 or 8820825. OLE color: 8820825.

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

Color convert

RGB 89 152 134 -
CMYK 0.41 0 0.12 0.40
HSL 162.86º 0.26% 0.47% -
HSV(B) 162.86º 0.41% 0.6% -
XYZ 19.65 26.3 26.6 -
YUV 131.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 89 152 134 0.41 0 0.12 0.40 162.86 0.26 0.47
Hex 59 98 86 29 0 C 28 A3 1A 2F
Octal 131 230 206 51 0 14 50 243 32 57
Binary 1011001 10011000 10000110 101001 0 1100 101000 10100011 11010 101111

Color Harmonies of #599886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599886

Black with #599886

Text Example


Text Example

White with #599886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599886; }

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

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

background-color css

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

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

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

border-color css

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

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

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