Html Css Color HEX #599B7D Patina

📋 copy color: '#599B7D'

red 89 ◦ green 155 ◦ blue 125

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

Shades of Patina #599B7D

Tints of Patina #599B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 24.12%
G = 42.01%
B = 33.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#599B7D (or 0x599B7D) is known color: Patina. HEX triplet: 59, 9B and 7D. RGB value is (89,155,125). Sum of RGB (Red+Green+Blue) = 89+155+125=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #599B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599B7D is #A66482. Grayscale: #838383. Windows color (decimal): -10904707 or 8231769. OLE color: 8231769.

HSL color Cylindrical-coordinate representation of color #599B7D: hue angle of 152.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B7D is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 155 125 -
CMYK 0.43 0 0.19 0.39
HSL 152.73º 0.27% 0.48% -
HSV(B) 152.73º 0.43% 0.61% -
XYZ 19.54 27.05 23.59 -
YUV 131.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 89 155 125 0.43 0 0.19 0.39 152.73 0.27 0.48
Hex 59 9B 7D 2B 0 13 27 99 1B 30
Octal 131 233 175 53 0 23 47 231 33 60
Binary 1011001 10011011 1111101 101011 0 10011 100111 10011001 11011 110000

Color Harmonies of #599B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599B7D

Black with #599B7D

Text Example


Text Example

White with #599B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599B7D; }

 p { color: rgb(89,155,125); }

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

background-color css

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

 a { background-color: rgb(89,155,125); }

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

border-color css

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

 span { border-color: rgb(89,155,125); }

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