#527D5D

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

Shades of Como #527D5D

Tints of Como #527D5D

Color information

#527D5D (or 0x527D5D) is unknown color: approx Como. HEX triplet: 52, 7D and 5D. RGB value is (82,125,93). Sum of RGB (Red+Green+Blue) = 82+125+93=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #527D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D5D is #AD82A2. Grayscale: #6C6C6C. Windows color (decimal): -11371171 or 6126930. OLE color: 6126930.

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

Color convert

RGB8212593-
CMYK0.3400.260.51
HSL135.35º20.77%40.59%-
HSV(B)135.35º34.4%49.02%-
XYZ12.7917.2513.01-
YUV108.5119.25109.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 93 (36.72% from 255) = 31%
R=27.33%
G=41.67%
B=31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82125930.3400.260.51135.3520.7740.59
Hex527D5D2201A33871529
Octal12217513542032632072551
Binary1010010111110110111011000100110101100111000011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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