Html Css Color HEX #526F6E William

📋 copy color: '#526F6E'

red 82 ◦ green 111 ◦ blue 110

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

Shades of William #526F6E

Tints of William #526F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.63%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 27.06%
G = 36.63%
B = 36.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#526F6E (or 0x526F6E) is known color: William. HEX triplet: 52, 6F and 6E. RGB value is (82,111,110). Sum of RGB (Red+Green+Blue) = 82+111+110=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 111 - color contains mainly: green. Hex color #526F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F6E is #AD9091. Grayscale: #666666. Windows color (decimal): -11374738 or 7237458. OLE color: 7237458.

HSL color Cylindrical-coordinate representation of color #526F6E: hue angle of 177.93º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526F6E is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 110 -
CMYK 0.26 0 0.01 0.56
HSL 177.93º 0.15% 0.38% -
HSV(B) 177.93º 0.26% 0.44% -
XYZ 11.98 14.29 16.88 -
YUV 102.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 82 111 110 0.26 0 0.01 0.56 177.93 0.15 0.38
Hex 52 6F 6E 1A 0 1 38 B2 F 26
Octal 122 157 156 32 0 1 70 262 17 46
Binary 1010010 1101111 1101110 11010 0 1 111000 10110010 1111 100110

Color Harmonies of #526F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F6E

Black with #526F6E

Text Example


Text Example

White with #526F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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