#528666

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

Shades of Como #528666

Tints of Como #528666

Color information

#528666 (or 0x528666) is unknown color: approx Como. HEX triplet: 52, 86 and 66. RGB value is (82,134,102). Sum of RGB (Red+Green+Blue) = 82+134+102=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #528666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528666 is #AD7999. Grayscale: #727272. Windows color (decimal): -11368858 or 6719058. OLE color: 6719058.

HSL color Cylindrical-coordinate representation of color #528666: hue angle of 143.08º 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 #528666 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB82134102-
CMYK0.3900.240.47
HSL143.08º24.07%42.35%-
HSV(B)143.08º38.81%52.55%-
XYZ14.419.815.63-
YUV114.8120.77104.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=25.79%
G=42.14%
B=32.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341020.3900.240.47143.0824.0742.35
Hex528666270182F8f182a
Octal12220614647030572173052
Binary10100101000011011001101001110110001011111000111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528666; }

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

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

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

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

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

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

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

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