Html Css Color HEX #527171 William

📋 copy color: '#527171'

red 82 ◦ green 113 ◦ blue 113

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

Shades of William #527171

Tints of William #527171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

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

R = 26.62%
G = 36.69%
B = 36.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#527171 (or 0x527171) is known color: William. HEX triplet: 52, 71 and 71. RGB value is (82,113,113). Sum of RGB (Red+Green+Blue) = 82+113+113=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #527171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527171 is #AD8E8E. Grayscale: #676767. Windows color (decimal): -11374223 or 7434578. OLE color: 7434578.

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

Color convert

RGB 82 113 113 -
CMYK 0.27 0 0 0.56
HSL 180º 0.16% 0.38% -
HSV(B) 180º 0.27% 0.44% -
XYZ 12.37 14.8 17.83 -
YUV 103.73 133.23 112.5 -
System Red Green Blue C M Y K H S L
Decimal 82 113 113 0.27 0 0 0.56 180 0.16 0.38
Hex 52 71 71 1B 0 0 38 B4 10 26
Octal 122 161 161 33 0 0 70 264 20 46
Binary 1010010 1110001 1110001 11011 0 0 111000 10110100 10000 100110

Color Harmonies of #527171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527171

Black with #527171

Text Example


Text Example

White with #527171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527171; }

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

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

background-color css

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

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

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

border-color css

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

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

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