#526C5C

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

Shades of Como #526C5C

Tints of Como #526C5C

Color information

#526C5C (or 0x526C5C) is unknown color: approx Como. HEX triplet: 52, 6C and 5C. RGB value is (82,108,92). Sum of RGB (Red+Green+Blue) = 82+108+92=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #526C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C5C is #AD93A3. Grayscale: #626262. Windows color (decimal): -11375524 or 6057042. OLE color: 6057042.

HSL color Cylindrical-coordinate representation of color #526C5C: hue angle of 143.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #526C5C is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB8210892-
CMYK0.2400.150.58
HSL143.08º13.68%37.25%-
HSV(B)143.08º24.07%42.35%-
XYZ10.7713.2912.12-
YUV98.4124.39116.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.08%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=29.08%
G=38.30%
B=32.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108920.2400.150.58143.0813.6837.25
Hex526C5C180F3A8fe25
Octal12215413430017722171645
Binary1010010110110010111001100001111111010100011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,108,92); }

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

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

 a { background-color: rgb(82,108,92); }

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

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

 span { border-color: rgb(82,108,92); }

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