#526F5F

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

Shades of Como #526F5F

Tints of Como #526F5F

Color information

#526F5F (or 0x526F5F) is unknown color: approx Como. HEX triplet: 52, 6F and 5F. RGB value is (82,111,95). Sum of RGB (Red+Green+Blue) = 82+111+95=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #526F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F5F is #AD90A0. Grayscale: #646464. Windows color (decimal): -11374753 or 6254418. OLE color: 6254418.

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

Color convert

RGB8211195-
CMYK0.2600.140.56
HSL146.9º15.03%37.84%-
HSV(B)146.9º26.13%43.53%-
XYZ11.2313.9912.93-
YUV100.5124.89114.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.47%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=28.47%
G=38.54%
B=32.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111950.2600.140.56146.915.0337.84
Hex526F5F1A0E3893f26
Octal12215713732016702231746
Binary1010010110111110111111101001110111000100100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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