Html Css Color HEX #526D6C William

📋 copy color: '#526D6C'

red 82 ◦ green 109 ◦ blue 108

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

Shades of William #526D6C

Tints of William #526D6C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.45%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 27.42%
G = 36.45%
B = 36.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#526D6C (or 0x526D6C) is known color: William. HEX triplet: 52, 6D and 6C. RGB value is (82,109,108). Sum of RGB (Red+Green+Blue) = 82+109+108=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 109 - color contains mainly: green. Hex color #526D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526D6C is #AD9293. Grayscale: #646464. Windows color (decimal): -11375252 or 7105874. OLE color: 7105874.

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

Color convert

RGB 82 109 108 -
CMYK 0.25 0 0.01 0.57
HSL 177.78º 0.14% 0.37% -
HSV(B) 177.78º 0.25% 0.43% -
XYZ 11.66 13.81 16.24 -
YUV 100.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 82 109 108 0.25 0 0.01 0.57 177.78 0.14 0.37
Hex 52 6D 6C 19 0 1 39 B2 E 25
Octal 122 155 154 31 0 1 71 262 16 45
Binary 1010010 1101101 1101100 11001 0 1 111001 10110010 1110 100101

Color Harmonies of #526D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D6C

Black with #526D6C

Text Example


Text Example

White with #526D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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