#5C9285

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

Shades of Patina #5C9285

Tints of Patina #5C9285

Color information

#5C9285 (or 0x5C9285) is unknown color: approx Patina. HEX triplet: 5C, 92 and 85. RGB value is (92,146,133). Sum of RGB (Red+Green+Blue) = 92+146+133=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #5C9285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9285 is #A36D7A. Grayscale: #808080. Windows color (decimal): -10710395 or 8753756. OLE color: 8753756.

HSL color Cylindrical-coordinate representation of color #5C9285: hue angle of 165.56º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9285 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB92146133-
CMYK0.3700.090.43
HSL165.56º22.69%46.67%-
HSV(B)165.56º36.99%57.25%-
XYZ18.9324.5325.93-
YUV128.37130.61102.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=24.80%
G=39.35%
B=35.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal921461330.3700.090.43165.5622.6946.67
Hex5C928525092Ba6172f
Octal13422220545011532462757
Binary10111001001001010000101100101010011010111010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,146,133); }

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

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

 a { background-color: rgb(92,146,133); }

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

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

 span { border-color: rgb(92,146,133); }

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