#52855D

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

Shades of Como #52855D

Tints of Como #52855D

Color information

#52855D (or 0x52855D) is unknown color: approx Como. HEX triplet: 52, 85 and 5D. RGB value is (82,133,93). Sum of RGB (Red+Green+Blue) = 82+133+93=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #52855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52855D is #AD7AA2. Grayscale: #717171. Windows color (decimal): -11369123 or 6128978. OLE color: 6128978.

HSL color Cylindrical-coordinate representation of color #52855D: hue angle of 132.94º 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 #52855D is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB8213393-
CMYK0.3800.300.48
HSL132.94º23.72%42.16%-
HSV(B)132.94º38.35%52.16%-
XYZ13.8419.3613.36-
YUV113.19116.6105.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=26.62%
G=43.18%
B=30.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133930.3800.300.48132.9423.7242.16
Hex52855D2601E3085182a
Octal12220513546036602053052
Binary10100101000010110111011001100111101100001000010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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