#528564

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

Shades of Como #528564

Tints of Como #528564

Color information

#528564 (or 0x528564) is unknown color: approx Como. HEX triplet: 52, 85 and 64. RGB value is (82,133,100). Sum of RGB (Red+Green+Blue) = 82+133+100=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #528564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528564 is #AD7A9B. Grayscale: #727272. Windows color (decimal): -11369116 or 6587730. OLE color: 6587730.

HSL color Cylindrical-coordinate representation of color #528564: hue angle of 141.18º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528564 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB82133100-
CMYK0.3800.250.48
HSL141.18º23.72%42.16%-
HSV(B)141.18º38.35%52.16%-
XYZ14.1719.4915.07-
YUV113.99120.1105.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=26.03%
G=42.22%
B=31.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821331000.3800.250.48141.1823.7242.16
Hex52856426019308d182a
Octal12220514446031602153052
Binary10100101000010111001001001100110011100001000110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528564; }

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

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

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

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

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

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

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

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