#526E5F

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

Shades of Como #526E5F

Tints of Como #526E5F

Color information

#526E5F (or 0x526E5F) is unknown color: approx Como. HEX triplet: 52, 6E and 5F. RGB value is (82,110,95). Sum of RGB (Red+Green+Blue) = 82+110+95=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #526E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E5F is #AD91A0. Grayscale: #636363. Windows color (decimal): -11375009 or 6254162. OLE color: 6254162.

HSL color Cylindrical-coordinate representation of color #526E5F: hue angle of 147.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526E5F is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB8211095-
CMYK0.2500.140.57
HSL147.86º14.58%37.65%-
HSV(B)147.86º25.45%43.14%-
XYZ11.1213.7712.9-
YUV99.92125.22115.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.57%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=28.57%
G=38.33%
B=33.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82110950.2500.140.57147.8614.5837.65
Hex526E5F190E3994f26
Octal12215613731016712241746
Binary1010010110111010111111100101110111001100101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526E5F; }

 p { color: rgb(82,110,95); }

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

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

 a { background-color: rgb(82,110,95); }

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

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

 span { border-color: rgb(82,110,95); }

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