#526B6A

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

Shades of William #526B6A

Tints of William #526B6A

Color information

#526B6A (or 0x526B6A) is unknown color: approx William. HEX triplet: 52, 6B and 6A. RGB value is (82,107,106). Sum of RGB (Red+Green+Blue) = 82+107+106=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #526B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B6A is #AD9495. Grayscale: #636363. Windows color (decimal): -11375766 or 6974290. OLE color: 6974290.

HSL color Cylindrical-coordinate representation of color #526B6A: hue angle of 177.6º 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 #526B6A is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB82107106-
CMYK0.2300.010.58
HSL177.6º13.23%37.06%-
HSV(B)177.6º23.36%41.96%-
XYZ11.3413.3515.61-
YUV99.41131.72115.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=27.80%
G=36.27%
B=35.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821071060.2300.010.58177.613.2337.06
Hex526B6A17013Ab2d25
Octal1221531522701722621545
Binary1010010110101111010101011101111010101100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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