#526D67

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

Shades of William #526D67

Tints of William #526D67

Color information

#526D67 (or 0x526D67) is unknown color: approx William. HEX triplet: 52, 6D and 67. RGB value is (82,109,103). Sum of RGB (Red+Green+Blue) = 82+109+103=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #526D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D67 is #AD9298. Grayscale: #646464. Windows color (decimal): -11375257 or 6778194. OLE color: 6778194.

HSL color Cylindrical-coordinate representation of color #526D67: hue angle of 166.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526D67 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB82109103-
CMYK0.2500.060.57
HSL166.67º14.14%37.45%-
HSV(B)166.67º24.77%42.75%-
XYZ11.413.7114.88-
YUV100.24129.55114.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.89%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 103 (40.62% from 255) = 35.03%
R=27.89%
G=37.07%
B=35.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal821091030.2500.060.57166.6714.1437.45
Hex526D67190639a7e25
Octal1221551473106712471645
Binary101001011011011100111110010110111001101001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,109,103); }

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

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

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

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

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

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

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