#528663

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

Shades of Como #528663

Tints of Como #528663

Color information

#528663 (or 0x528663) is unknown color: approx Como. HEX triplet: 52, 86 and 63. RGB value is (82,134,99). Sum of RGB (Red+Green+Blue) = 82+134+99=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 134 - color contains mainly: green. Hex color #528663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528663 is #AD799C. Grayscale: #727272. Windows color (decimal): -11368861 or 6522450. OLE color: 6522450.

HSL color Cylindrical-coordinate representation of color #528663: hue angle of 139.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #528663 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB8213499-
CMYK0.3900.260.47
HSL139.62º24.07%42.35%-
HSV(B)139.62º38.81%52.55%-
XYZ14.2619.7414.86-
YUV114.46119.27104.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 134 (52.73% from 255) = 42.54%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=26.03%
G=42.54%
B=31.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82134990.3900.260.47139.6224.0742.35
Hex5286632701A2F8c182a
Octal12220614347032572143052
Binary10100101000011011000111001110110101011111000110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528663; }

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

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

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

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

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

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

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

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