Html Css Color HEX #526461 William

📋 copy color: '#526461'

red 82 ◦ green 100 ◦ blue 97

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

Shades of William #526461

Tints of William #526461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 29.39%
G = 35.84%
B = 34.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#526461 (or 0x526461) is known color: William. HEX triplet: 52, 64 and 61. RGB value is (82,100,97). Sum of RGB (Red+Green+Blue) = 82+100+97=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 100 - color contains mainly: green. Hex color #526461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526461 is #AD9B9E. Grayscale: #5E5E5E. Windows color (decimal): -11377567 or 6382674. OLE color: 6382674.

HSL color Cylindrical-coordinate representation of color #526461: hue angle of 170º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #526461 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 97 -
CMYK 0.18 0 0.03 0.61
HSL 170º 0.1% 0.36% -
HSV(B) 170º 0.18% 0.39% -
XYZ 10.19 11.77 13.04 -
YUV 94.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 82 100 97 0.18 0 0.03 0.61 170 0.1 0.36
Hex 52 64 61 12 0 3 3D AA A 24
Octal 122 144 141 22 0 3 75 252 12 44
Binary 1010010 1100100 1100001 10010 0 11 111101 10101010 1010 100100

Color Harmonies of #526461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526461

Black with #526461

Text Example


Text Example

White with #526461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526461; }

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

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

background-color css

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

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

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

border-color css

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

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

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