#528264

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

Shades of Como #528264

Tints of Como #528264

Color information

#528264 (or 0x528264) is unknown color: approx Como. HEX triplet: 52, 82 and 64. RGB value is (82,130,100). Sum of RGB (Red+Green+Blue) = 82+130+100=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #528264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528264 is #AD7D9B. Grayscale: #707070. Windows color (decimal): -11369884 or 6586962. OLE color: 6586962.

HSL color Cylindrical-coordinate representation of color #528264: hue angle of 142.5º 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 #528264 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB82130100-
CMYK0.3700.230.49
HSL142.5º22.64%41.57%-
HSV(B)142.5º36.92%50.98%-
XYZ13.7618.6814.94-
YUV112.23121.1106.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=26.28%
G=41.67%
B=32.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301000.3700.230.49142.522.6441.57
Hex52826425017318e172a
Octal12220214445027612162752
Binary10100101000001011001001001010101111100011000111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528264; }

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

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

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

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

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

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

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

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