#526E6A

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

Shades of William #526E6A

Tints of William #526E6A

Color information

#526E6A (or 0x526E6A) is unknown color: approx William. HEX triplet: 52, 6E and 6A. RGB value is (82,110,106). Sum of RGB (Red+Green+Blue) = 82+110+106=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 110 - color contains mainly: green. Hex color #526E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E6A is #AD9195. Grayscale: #656565. Windows color (decimal): -11374998 or 6975058. OLE color: 6975058.

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

Color convert

RGB82110106-
CMYK0.2500.040.57
HSL171.43º14.58%37.65%-
HSV(B)171.43º25.45%43.14%-
XYZ11.6613.9915.72-
YUV101.17130.72114.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.52%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 106 (41.80% from 255) = 35.57%
R=27.52%
G=36.91%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821101060.2500.040.57171.4314.5837.65
Hex526E6A190439abf26
Octal1221561523104712531746
Binary101001011011101101010110010100111001101010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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