Html Css Color HEX #526664 William

📋 copy color: '#526664'

red 82 ◦ green 102 ◦ blue 100

#526664
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #526664

Tints of William #526664

RGB

 RED value IS 82 (32.42% from 255) = 28.87%

 GREEN value IS 102 (40.23% from 255) = 35.92%

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 28.87%
G = 35.92%
B = 35.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#526664 (or 0x526664) is known color: William. HEX triplet: 52, 66 and 64. RGB value is (82,102,100). Sum of RGB (Red+Green+Blue) = 82+102+100=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #526664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526664 is #AD999B. Grayscale: #5F5F5F. Windows color (decimal): -11377052 or 6579794. OLE color: 6579794.

HSL color Cylindrical-coordinate representation of color #526664: hue angle of 174º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #526664 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 100 -
CMYK 0.20 0 0.02 0.6
HSL 174º 0.11% 0.36% -
HSV(B) 174º 0.2% 0.4% -
XYZ 10.53 12.22 13.86 -
YUV 95.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 82 102 100 0.20 0 0.02 0.6 174 0.11 0.36
Hex 52 66 64 14 0 2 3C AE B 24
Octal 122 146 144 24 0 2 74 256 13 44
Binary 1010010 1100110 1100100 10100 0 10 111100 10101110 1011 100100

Color Harmonies of #526664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526664

Black with #526664

Text Example


Text Example

White with #526664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526664; }

 p { color: rgb(82,102,100); }

 H1.HeaderClassName
 {
   color: #526664;
 }
 .AnyTagClassName
 {
   color: #526664;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #526664;
 }
 .BgClassName
 {
   background-color: #526664;
 }
</style>

border-color css

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

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

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