#5C9083

Color #5C9083 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5C9083

Tints of Patina #5C9083

Color information

#5C9083 (or 0x5C9083) is unknown color: approx Patina. HEX triplet: 5C, 90 and 83. RGB value is (92,144,131). Sum of RGB (Red+Green+Blue) = 92+144+131=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #5C9083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9083 is #A36F7C. Grayscale: #7E7E7E. Windows color (decimal): -10710909 or 8622172. OLE color: 8622172.

HSL color Cylindrical-coordinate representation of color #5C9083: hue angle of 165º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C9083 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB92144131-
CMYK0.3600.090.44
HSL165º22.03%46.27%-
HSV(B)165º36.11%56.47%-
XYZ18.4823.8625.1-
YUV126.97130.27103.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.07%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=25.07%
G=39.24%
B=35.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921441310.3600.090.4416522.0346.27
Hex5C908324092Ca5162e
Octal13422020344011542452656
Binary10111001001000010000011100100010011011001010010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9083; }

 p { color: rgb(92,144,131); }

 H1.HeaderClassName
 {
   color: #5C9083;
 }
 .AnyTagClassName
 {
   color: #5C9083;
 }
</style>
background-color css

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

 a { background-color: rgb(92,144,131); }

 div.DivClassName
 {
   background-color: #5C9083;
 }
 .BgClassName
 {
   background-color: #5C9083;
 }
</style>
border-color css

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

 span { border-color: rgb(92,144,131); }

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