Html Css Color HEX #526E6D William

📋 copy color: '#526E6D'

red 82 ◦ green 110 ◦ blue 109

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

Shades of William #526E6D

Tints of William #526E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.54%

 BLUE value IS 109 (42.97% from 255) = 36.21%

R = 27.24%
G = 36.54%
B = 36.21%

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

#526E6D (or 0x526E6D) is known color: William. HEX triplet: 52, 6E and 6D. RGB value is (82,110,109). Sum of RGB (Red+Green+Blue) = 82+110+109=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #526E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E6D is #AD9192. Grayscale: #656565. Windows color (decimal): -11374995 or 7171666. OLE color: 7171666.

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

Color convert

RGB 82 110 109 -
CMYK 0.25 0 0.01 0.57
HSL 177.86º 0.15% 0.38% -
HSV(B) 177.86º 0.25% 0.43% -
XYZ 11.82 14.05 16.56 -
YUV 101.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 82 110 109 0.25 0 0.01 0.57 177.86 0.15 0.38
Hex 52 6E 6D 19 0 1 39 B2 F 26
Octal 122 156 155 31 0 1 71 262 17 46
Binary 1010010 1101110 1101101 11001 0 1 111001 10110010 1111 100110

Color Harmonies of #526E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E6D

Black with #526E6D

Text Example


Text Example

White with #526E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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