#52895C

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

Shades of Como #52895C

Tints of Como #52895C

Color information

#52895C (or 0x52895C) is unknown color: approx Como. HEX triplet: 52, 89 and 5C. RGB value is (82,137,92). Sum of RGB (Red+Green+Blue) = 82+137+92=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #52895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52895C is #AD76A3. Grayscale: #737373. Windows color (decimal): -11368100 or 6064466. OLE color: 6064466.

HSL color Cylindrical-coordinate representation of color #52895C: hue angle of 130.91º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52895C is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB8213792-
CMYK0.4000.330.46
HSL130.91º25.11%42.94%-
HSV(B)130.91º40.15%53.73%-
XYZ14.3620.4613.32-
YUV115.42114.78104.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=26.37%
G=44.05%
B=29.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137920.4000.330.46130.9125.1142.94
Hex52895C280212E83192b
Octal12221113450041562033153
Binary101001010001001101110010100001000011011101000001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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