#527E5D

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

Shades of Como #527E5D

Tints of Como #527E5D

Color information

#527E5D (or 0x527E5D) is unknown color: approx Como. HEX triplet: 52, 7E and 5D. RGB value is (82,126,93). Sum of RGB (Red+Green+Blue) = 82+126+93=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 126 - color contains mainly: green. Hex color #527E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E5D is #AD81A2. Grayscale: #6D6D6D. Windows color (decimal): -11370915 or 6127186. OLE color: 6127186.

HSL color Cylindrical-coordinate representation of color #527E5D: hue angle of 135º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527E5D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB8212693-
CMYK0.3500.260.51
HSL135º21.15%40.78%-
HSV(B)135º34.92%49.41%-
XYZ12.9217.5113.05-
YUV109.08118.92108.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.24%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=27.24%
G=41.86%
B=30.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82126930.3500.260.5113521.1540.78
Hex527E5D2301A33871529
Octal12217613543032632072551
Binary1010010111111010111011000110110101100111000011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527E5D; }

 p { color: rgb(82,126,93); }

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

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

 a { background-color: rgb(82,126,93); }

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

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

 span { border-color: rgb(82,126,93); }

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