#52875F

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

Shades of Como #52875F

Tints of Como #52875F

Color information

#52875F (or 0x52875F) is unknown color: approx Como. HEX triplet: 52, 87 and 5F. RGB value is (82,135,95). Sum of RGB (Red+Green+Blue) = 82+135+95=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #52875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52875F is #AD78A0. Grayscale: #727272. Windows color (decimal): -11368609 or 6260562. OLE color: 6260562.

HSL color Cylindrical-coordinate representation of color #52875F: hue angle of 134.72º 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 #52875F is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB8213595-
CMYK0.3900.300.47
HSL134.72º24.42%42.55%-
HSV(B)134.72º39.26%52.94%-
XYZ14.2119.9513.93-
YUV114.59116.94104.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=26.28%
G=43.27%
B=30.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135950.3900.300.47134.7224.4242.55
Hex52875F2701E2F87182b
Octal12220713747036572073053
Binary10100101000011110111111001110111101011111000011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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