#52855B

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

Shades of Como #52855B

Tints of Como #52855B

Color information

#52855B (or 0x52855B) is unknown color: approx Como. HEX triplet: 52, 85 and 5B. RGB value is (82,133,91). Sum of RGB (Red+Green+Blue) = 82+133+91=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #52855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52855B is #AD7AA4. Grayscale: #717171. Windows color (decimal): -11369125 or 5997906. OLE color: 5997906.

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

Color convert

RGB8213391-
CMYK0.3800.320.48
HSL130.59º23.72%42.16%-
HSV(B)130.59º38.35%52.16%-
XYZ13.7619.3212.9-
YUV112.96115.6105.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=26.80%
G=43.46%
B=29.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133910.3800.320.48130.5923.7242.16
Hex52855B260203083182a
Octal12220513346040602033052
Binary101001010000101101101110011001000001100001000001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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