#526F61

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

Shades of Como #526F61

Tints of Como #526F61

Color information

#526F61 (or 0x526F61) is unknown color: approx Como. HEX triplet: 52, 6F and 61. RGB value is (82,111,97). Sum of RGB (Red+Green+Blue) = 82+111+97=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #526F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F61 is #AD909E. Grayscale: #646464. Windows color (decimal): -11374751 or 6385490. OLE color: 6385490.

HSL color Cylindrical-coordinate representation of color #526F61: hue angle of 151.03º 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 #526F61 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB8211197-
CMYK0.2600.130.56
HSL151.03º15.03%37.84%-
HSV(B)151.03º26.13%43.53%-
XYZ11.3214.0313.42-
YUV100.73125.89114.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.28%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=28.28%
G=38.28%
B=33.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111970.2600.130.56151.0315.0337.84
Hex526F611A0D3897f26
Octal12215714132015702271746
Binary1010010110111111000011101001101111000100101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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