Html Css Color HEX #526E69 William

📋 copy color: '#526E69'

red 82 ◦ green 110 ◦ blue 105

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

Shades of William #526E69

Tints of William #526E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.35%

R = 27.61%
G = 37.04%
B = 35.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#526E69 (or 0x526E69) is known color: William. HEX triplet: 52, 6E and 69. RGB value is (82,110,105). Sum of RGB (Red+Green+Blue) = 82+110+105=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 110 - color contains mainly: green. Hex color #526E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526E69 is #AD9196. Grayscale: #656565. Windows color (decimal): -11374999 or 6909522. OLE color: 6909522.

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

Color convert

RGB 82 110 105 -
CMYK 0.25 0 0.05 0.57
HSL 169.29º 0.15% 0.38% -
HSV(B) 169.29º 0.25% 0.43% -
XYZ 11.61 13.97 15.45 -
YUV 101.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 82 110 105 0.25 0 0.05 0.57 169.29 0.15 0.38
Hex 52 6E 69 19 0 5 39 A9 F 26
Octal 122 156 151 31 0 5 71 251 17 46
Binary 1010010 1101110 1101001 11001 0 101 111001 10101001 1111 100110

Color Harmonies of #526E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E69

Black with #526E69

Text Example


Text Example

White with #526E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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