Html Css Color HEX #527771 William

📋 copy color: '#527771'

red 82 ◦ green 119 ◦ blue 113

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

Shades of William #527771

Tints of William #527771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 26.11%
G = 37.9%
B = 35.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#527771 (or 0x527771) is known color: William. HEX triplet: 52, 77 and 71. RGB value is (82,119,113). Sum of RGB (Red+Green+Blue) = 82+119+113=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #527771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527771 is #AD888E. Grayscale: #6B6B6B. Windows color (decimal): -11372687 or 7436114. OLE color: 7436114.

HSL color Cylindrical-coordinate representation of color #527771: hue angle of 170.27º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527771 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 113 -
CMYK 0.31 0 0.05 0.53
HSL 170.27º 0.18% 0.39% -
HSV(B) 170.27º 0.31% 0.47% -
XYZ 13.06 16.18 18.06 -
YUV 107.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 82 119 113 0.31 0 0.05 0.53 170.27 0.18 0.39
Hex 52 77 71 1F 0 5 35 AA 12 27
Octal 122 167 161 37 0 5 65 252 22 47
Binary 1010010 1110111 1110001 11111 0 101 110101 10101010 10010 100111

Color Harmonies of #527771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527771

Black with #527771

Text Example


Text Example

White with #527771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527771; }

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

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

background-color css

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

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

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

border-color css

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

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

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