#528563

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

Shades of Como #528563

Tints of Como #528563

Color information

#528563 (or 0x528563) is unknown color: approx Como. HEX triplet: 52, 85 and 63. RGB value is (82,133,99). Sum of RGB (Red+Green+Blue) = 82+133+99=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #528563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528563 is #AD7A9C. Grayscale: #717171. Windows color (decimal): -11369117 or 6522194. OLE color: 6522194.

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

Color convert

RGB8213399-
CMYK0.3800.260.48
HSL140º23.72%42.16%-
HSV(B)140º38.35%52.16%-
XYZ14.1219.4714.82-
YUV113.88119.6105.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=26.11%
G=42.36%
B=31.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82133990.3800.260.4814023.7242.16
Hex5285632601A308c182a
Octal12220514346032602143052
Binary10100101000010111000111001100110101100001000110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528563; }

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

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

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

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

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

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

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

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