#528668

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

Shades of Como #528668

Tints of Como #528668

Color information

#528668 (or 0x528668) is unknown color: approx Como. HEX triplet: 52, 86 and 68. RGB value is (82,134,104). Sum of RGB (Red+Green+Blue) = 82+134+104=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #528668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528668 is #AD7997. Grayscale: #737373. Windows color (decimal): -11368856 or 6850130. OLE color: 6850130.

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

Color convert

RGB82134104-
CMYK0.3900.220.47
HSL145.38º24.07%42.35%-
HSV(B)145.38º38.81%52.55%-
XYZ14.519.8416.16-
YUV115.03121.77104.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=25.62%
G=41.88%
B=32.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821341040.3900.220.47145.3824.0742.35
Hex528668270162F91182a
Octal12220615047026572213052
Binary10100101000011011010001001110101101011111001000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528668; }

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

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

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

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

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

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

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

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