Html Css Color HEX #59927B Patina

📋 copy color: '#59927B'

red 89 ◦ green 146 ◦ blue 123

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

Shades of Patina #59927B

Tints of Patina #59927B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.78%

 BLUE value IS 123 (48.44% from 255) = 34.36%

R = 24.86%
G = 40.78%
B = 34.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#59927B (or 0x59927B) is known color: Patina. HEX triplet: 59, 92 and 7B. RGB value is (89,146,123). Sum of RGB (Red+Green+Blue) = 89+146+123=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #59927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59927B is #A66D84. Grayscale: #7E7E7E. Windows color (decimal): -10907013 or 8098393. OLE color: 8098393.

HSL color Cylindrical-coordinate representation of color #59927B: hue angle of 155.79º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59927B is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 123 -
CMYK 0.39 0 0.16 0.43
HSL 155.79º 0.24% 0.46% -
HSV(B) 155.79º 0.39% 0.57% -
XYZ 17.97 24.11 22.45 -
YUV 126.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 89 146 123 0.39 0 0.16 0.43 155.79 0.24 0.46
Hex 59 92 7B 27 0 10 2B 9C 18 2E
Octal 131 222 173 47 0 20 53 234 30 56
Binary 1011001 10010010 1111011 100111 0 10000 101011 10011100 11000 101110

Color Harmonies of #59927B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59927B

Black with #59927B

Text Example


Text Example

White with #59927B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59927B; }

 p { color: rgb(89,146,123); }

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

background-color css

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

 a { background-color: rgb(89,146,123); }

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

border-color css

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

 span { border-color: rgb(89,146,123); }

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