#526F60

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

Shades of Como #526F60

Tints of Como #526F60

Color information

#526F60 (or 0x526F60) is unknown color: approx Como. HEX triplet: 52, 6F and 60. RGB value is (82,111,96). Sum of RGB (Red+Green+Blue) = 82+111+96=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #526F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F60 is #AD909F. Grayscale: #646464. Windows color (decimal): -11374752 or 6319954. OLE color: 6319954.

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

Color convert

RGB8211196-
CMYK0.2600.140.56
HSL148.97º15.03%37.84%-
HSV(B)148.97º26.13%43.53%-
XYZ11.2814.0113.18-
YUV100.62125.39114.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.37%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=28.37%
G=38.41%
B=33.22%

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
Decimal82111960.2600.140.56148.9715.0337.84
Hex526F601A0E3895f26
Octal12215714032016702251746
Binary1010010110111111000001101001110111000100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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