#526A6A

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

Shades of William #526A6A

Tints of William #526A6A

Color information

#526A6A (or 0x526A6A) is unknown color: approx William. HEX triplet: 52, 6A and 6A. RGB value is (82,106,106). Sum of RGB (Red+Green+Blue) = 82+106+106=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 106 - color contains mainly: green, blue. Hex color #526A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A6A is #AD9595. Grayscale: #626262. Windows color (decimal): -11376022 or 6974034. OLE color: 6974034.

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

Color convert

RGB82106106-
CMYK0.23000.58
HSL180º12.77%36.86%-
HSV(B)180º22.64%41.57%-
XYZ11.2413.1415.58-
YUV98.82132.05116-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=27.89%
G=36.05%
B=36.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821061060.23000.5818012.7736.86
Hex526A6A17003Ab4d25
Octal1221521522700722641545
Binary1010010110101011010101011100111010101101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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