#526B67

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

Shades of William #526B67

Tints of William #526B67

Color information

#526B67 (or 0x526B67) is unknown color: approx William. HEX triplet: 52, 6B and 67. RGB value is (82,107,103). Sum of RGB (Red+Green+Blue) = 82+107+103=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 107 - color contains mainly: green. Hex color #526B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B67 is #AD9498. Grayscale: #636363. Windows color (decimal): -11375769 or 6777682. OLE color: 6777682.

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

Color convert

RGB82107103-
CMYK0.2300.040.58
HSL170.4º13.23%37.06%-
HSV(B)170.4º23.36%41.96%-
XYZ11.1913.2914.81-
YUV99.07130.22115.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=28.08%
G=36.64%
B=35.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal821071030.2300.040.58170.413.2337.06
Hex526B6717043Aaad25
Octal1221531472704722521545
Binary101001011010111100111101110100111010101010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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