#526E67

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

Shades of William #526E67

Tints of William #526E67

Color information

#526E67 (or 0x526E67) is unknown color: approx William. HEX triplet: 52, 6E and 67. RGB value is (82,110,103). Sum of RGB (Red+Green+Blue) = 82+110+103=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #526E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E67 is #AD9198. Grayscale: #646464. Windows color (decimal): -11375001 or 6778450. OLE color: 6778450.

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

Color convert

RGB82110103-
CMYK0.2500.060.57
HSL165º14.58%37.65%-
HSV(B)165º25.45%43.14%-
XYZ11.513.9214.91-
YUV100.83129.22114.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.80%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=27.80%
G=37.29%
B=34.92%

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
Decimal821101030.2500.060.5716514.5837.65
Hex526E67190639a5f26
Octal1221561473106712451746
Binary101001011011101100111110010110111001101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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