Html Css Color HEX #527371 William

📋 copy color: '#527371'

red 82 ◦ green 115 ◦ blue 113

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

Shades of William #527371

Tints of William #527371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 26.45%
G = 37.1%
B = 36.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#527371 (or 0x527371) is known color: William. HEX triplet: 52, 73 and 71. RGB value is (82,115,113). Sum of RGB (Red+Green+Blue) = 82+115+113=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #527371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527371 is #AD8C8E. Grayscale: #686868. Windows color (decimal): -11373711 or 7435090. OLE color: 7435090.

HSL color Cylindrical-coordinate representation of color #527371: hue angle of 176.36º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527371 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 113 -
CMYK 0.29 0 0.02 0.55
HSL 176.36º 0.17% 0.39% -
HSV(B) 176.36º 0.29% 0.45% -
XYZ 12.59 15.25 17.9 -
YUV 104.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 82 115 113 0.29 0 0.02 0.55 176.36 0.17 0.39
Hex 52 73 71 1D 0 2 37 B0 11 27
Octal 122 163 161 35 0 2 67 260 21 47
Binary 1010010 1110011 1110001 11101 0 10 110111 10110000 10001 100111

Color Harmonies of #527371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527371

Black with #527371

Text Example


Text Example

White with #527371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527371; }

 p { color: rgb(82,115,113); }

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

background-color css

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

 a { background-color: rgb(82,115,113); }

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

border-color css

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

 span { border-color: rgb(82,115,113); }

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