#52855C

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

Shades of Como #52855C

Tints of Como #52855C

Color information

#52855C (or 0x52855C) is unknown color: approx Como. HEX triplet: 52, 85 and 5C. RGB value is (82,133,92). Sum of RGB (Red+Green+Blue) = 82+133+92=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #52855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52855C is #AD7AA3. Grayscale: #717171. Windows color (decimal): -11369124 or 6063442. OLE color: 6063442.

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

Color convert

RGB8213392-
CMYK0.3800.310.48
HSL131.76º23.72%42.16%-
HSV(B)131.76º38.35%52.16%-
XYZ13.819.3413.13-
YUV113.08116.1105.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.71%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=26.71%
G=43.32%
B=29.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133920.3800.310.48131.7623.7242.16
Hex52855C2601F3084182a
Octal12220513446037602043052
Binary10100101000010110111001001100111111100001000010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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