#528465

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

Shades of Como #528465

Tints of Como #528465

Color information

#528465 (or 0x528465) is unknown color: approx Como. HEX triplet: 52, 84 and 65. RGB value is (82,132,101). Sum of RGB (Red+Green+Blue) = 82+132+101=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #528465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528465 is #AD7B9A. Grayscale: #717171. Windows color (decimal): -11369371 or 6653010. OLE color: 6653010.

HSL color Cylindrical-coordinate representation of color #528465: hue angle of 142.8º degrees, saturation: 0.23, 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 #528465 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB82132101-
CMYK0.3800.230.48
HSL142.8º23.36%41.96%-
HSV(B)142.8º37.88%51.76%-
XYZ14.0819.2415.28-
YUV113.52120.94105.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=26.03%
G=41.90%
B=32.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321010.3800.230.48142.823.3641.96
Hex52846526017308f172a
Octal12220414546027602172752
Binary10100101000010011001011001100101111100001000111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528465; }

 p { color: rgb(82,132,101); }

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

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

 a { background-color: rgb(82,132,101); }

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

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

 span { border-color: rgb(82,132,101); }

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