Html Css Color HEX #599C7E Patina

📋 copy color: '#599C7E'

red 89 ◦ green 156 ◦ blue 126

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

Shades of Patina #599C7E

Tints of Patina #599C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.05%

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 23.99%
G = 42.05%
B = 33.96%

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

#599C7E (or 0x599C7E) is known color: Patina. HEX triplet: 59, 9C and 7E. RGB value is (89,156,126). Sum of RGB (Red+Green+Blue) = 89+156+126=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #599C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C7E is #A66381. Grayscale: #848484. Windows color (decimal): -10904450 or 8297561. OLE color: 8297561.

HSL color Cylindrical-coordinate representation of color #599C7E: hue angle of 153.13º 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 #599C7E is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 156 126 -
CMYK 0.43 0 0.19 0.39
HSL 153.13º 0.27% 0.48% -
HSV(B) 153.13º 0.43% 0.61% -
XYZ 19.77 27.41 23.99 -
YUV 132.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 89 156 126 0.43 0 0.19 0.39 153.13 0.27 0.48
Hex 59 9C 7E 2B 0 13 27 99 1B 30
Octal 131 234 176 53 0 23 47 231 33 60
Binary 1011001 10011100 1111110 101011 0 10011 100111 10011001 11011 110000

Color Harmonies of #599C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599C7E

Black with #599C7E

Text Example


Text Example

White with #599C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,156,126); }

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

background-color css

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

 a { background-color: rgb(89,156,126); }

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

border-color css

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

 span { border-color: rgb(89,156,126); }

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