#528560

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

Shades of Como #528560

Tints of Como #528560

Color information

#528560 (or 0x528560) is unknown color: approx Como. HEX triplet: 52, 85 and 60. RGB value is (82,133,96). Sum of RGB (Red+Green+Blue) = 82+133+96=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #528560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528560 is #AD7A9F. Grayscale: #717171. Windows color (decimal): -11369120 or 6325586. OLE color: 6325586.

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

Color convert

RGB8213396-
CMYK0.3800.280.48
HSL136.47º23.72%42.16%-
HSV(B)136.47º38.35%52.16%-
XYZ13.9819.4114.08-
YUV113.53118.1105.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=26.37%
G=42.77%
B=30.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133960.3800.280.48136.4723.7242.16
Hex5285602601C3088182a
Octal12220514046034602103052
Binary10100101000010111000001001100111001100001000100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528560; }

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

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

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

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

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

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

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

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