#527E5E

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

Shades of Como #527E5E

Tints of Como #527E5E

Color information

#527E5E (or 0x527E5E) is unknown color: approx Como. HEX triplet: 52, 7E and 5E. RGB value is (82,126,94). Sum of RGB (Red+Green+Blue) = 82+126+94=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #527E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527E5E is #AD81A1. Grayscale: #6D6D6D. Windows color (decimal): -11370914 or 6192722. OLE color: 6192722.

HSL color Cylindrical-coordinate representation of color #527E5E: hue angle of 136.36º 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 #527E5E is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB8212694-
CMYK0.3500.250.51
HSL136.36º21.15%40.78%-
HSV(B)136.36º34.92%49.41%-
XYZ12.9617.5213.29-
YUV109.2119.42108.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 126 (49.61% from 255) = 41.72%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=27.15%
G=41.72%
B=31.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82126940.3500.250.51136.3621.1540.78
Hex527E5E2301933881529
Octal12217613643031632102551
Binary1010010111111010111101000110110011100111000100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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