#52855F

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

Shades of Como #52855F

Tints of Como #52855F

Color information

#52855F (or 0x52855F) is unknown color: approx Como. HEX triplet: 52, 85 and 5F. RGB value is (82,133,95). Sum of RGB (Red+Green+Blue) = 82+133+95=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #52855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52855F is #AD7AA0. Grayscale: #717171. Windows color (decimal): -11369121 or 6260050. OLE color: 6260050.

HSL color Cylindrical-coordinate representation of color #52855F: hue angle of 135.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52855F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8213395-
CMYK0.3800.290.48
HSL135.29º23.72%42.16%-
HSV(B)135.29º38.35%52.16%-
XYZ13.9319.413.84-
YUV113.42117.6105.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=26.45%
G=42.90%
B=30.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133950.3800.290.48135.2923.7242.16
Hex52855F2601D3087182a
Octal12220513746035602073052
Binary10100101000010110111111001100111011100001000011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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