#528266

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

Shades of Como #528266

Tints of Como #528266

Color information

#528266 (or 0x528266) is unknown color: approx Como. HEX triplet: 52, 82 and 66. RGB value is (82,130,102). Sum of RGB (Red+Green+Blue) = 82+130+102=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #528266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528266 is #AD7D99. Grayscale: #707070. Windows color (decimal): -11369882 or 6718034. OLE color: 6718034.

HSL color Cylindrical-coordinate representation of color #528266: hue angle of 145º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528266 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB82130102-
CMYK0.3700.220.49
HSL145º22.64%41.57%-
HSV(B)145º36.92%50.98%-
XYZ13.8618.7215.45-
YUV112.46122.1106.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=26.11%
G=41.40%
B=32.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301020.3700.220.4914522.6441.57
Hex528266250163191172a
Octal12220214645026612212752
Binary10100101000001011001101001010101101100011001000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528266; }

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

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

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

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

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

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

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

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