Html Css Color HEX #599E8C Patina

📋 copy color: '#599E8C'

red 89 ◦ green 158 ◦ blue 140

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

Shades of Patina #599E8C

Tints of Patina #599E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.83%

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 23%
G = 40.83%
B = 36.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#599E8C (or 0x599E8C) is known color: Patina. HEX triplet: 59, 9E and 8C. RGB value is (89,158,140). Sum of RGB (Red+Green+Blue) = 89+158+140=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 158 - color contains mainly: green. Hex color #599E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599E8C is #A66173. Grayscale: #878787. Windows color (decimal): -10903924 or 9215577. OLE color: 9215577.

HSL color Cylindrical-coordinate representation of color #599E8C: hue angle of 164.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599E8C is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 158 140 -
CMYK 0.44 0 0.11 0.38
HSL 164.35º 0.28% 0.48% -
HSV(B) 164.35º 0.44% 0.62% -
XYZ 21.08 28.47 29.2 -
YUV 135.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 89 158 140 0.44 0 0.11 0.38 164.35 0.28 0.48
Hex 59 9E 8C 2C 0 B 26 A4 1C 30
Octal 131 236 214 54 0 13 46 244 34 60
Binary 1011001 10011110 10001100 101100 0 1011 100110 10100100 11100 110000

Color Harmonies of #599E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599E8C

Black with #599E8C

Text Example


Text Example

White with #599E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,158,140); }

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

background-color css

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

 a { background-color: rgb(89,158,140); }

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

border-color css

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

 span { border-color: rgb(89,158,140); }

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