#52875D

Color #52875D Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #52875D

Tints of Como #52875D

Color information

#52875D (or 0x52875D) is unknown color: approx Como. HEX triplet: 52, 87 and 5D. RGB value is (82,135,93). Sum of RGB (Red+Green+Blue) = 82+135+93=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #52875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52875D is #AD78A2. Grayscale: #727272. Windows color (decimal): -11368611 or 6129490. OLE color: 6129490.

HSL color Cylindrical-coordinate representation of color #52875D: hue angle of 132.45º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52875D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8213593-
CMYK0.3900.310.47
HSL132.45º24.42%42.55%-
HSV(B)132.45º39.26%52.94%-
XYZ14.1219.9113.46-
YUV114.36115.94104.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 135 (53.12% from 255) = 43.55%
BLUE value IS 93 (36.72% from 255) = 30%
R=26.45%
G=43.55%
B=30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135930.3900.310.47132.4524.4242.55
Hex52875D2701F2F84182b
Octal12220713547037572043053
Binary10100101000011110111011001110111111011111000010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52875D; }

 p { color: rgb(82,135,93); }

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

<style>
 a { background-color: #52875D; }

 a { background-color: rgb(82,135,93); }

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

<style>
 span { border-color: #52875D; }

 span { border-color: rgb(82,135,93); }

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