#526E5E

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

Shades of Como #526E5E

Tints of Como #526E5E

Color information

#526E5E (or 0x526E5E) is unknown color: approx Como. HEX triplet: 52, 6E and 5E. RGB value is (82,110,94). Sum of RGB (Red+Green+Blue) = 82+110+94=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #526E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E5E is #AD91A1. Grayscale: #636363. Windows color (decimal): -11375010 or 6188626. OLE color: 6188626.

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

Color convert

RGB8211094-
CMYK0.2500.150.57
HSL145.71º14.58%37.65%-
HSV(B)145.71º25.45%43.14%-
XYZ11.0813.7512.66-
YUV99.8124.72115.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.67%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=28.67%
G=38.46%
B=32.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82110940.2500.150.57145.7114.5837.65
Hex526E5E190F3992f26
Octal12215613631017712221746
Binary1010010110111010111101100101111111001100100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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