Html Css Color HEX #527671 William

📋 copy color: '#527671'

red 82 ◦ green 118 ◦ blue 113

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

Shades of William #527671

Tints of William #527671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.7%

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

R = 26.2%
G = 37.7%
B = 36.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#527671 (or 0x527671) is known color: William. HEX triplet: 52, 76 and 71. RGB value is (82,118,113). Sum of RGB (Red+Green+Blue) = 82+118+113=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #527671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527671 is #AD898E. Grayscale: #6A6A6A. Windows color (decimal): -11372943 or 7435858. OLE color: 7435858.

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

Color convert

RGB 82 118 113 -
CMYK 0.31 0 0.04 0.54
HSL 171.67º 0.18% 0.39% -
HSV(B) 171.67º 0.31% 0.46% -
XYZ 12.94 15.94 18.02 -
YUV 106.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 82 118 113 0.31 0 0.04 0.54 171.67 0.18 0.39
Hex 52 76 71 1F 0 4 36 AC 12 27
Octal 122 166 161 37 0 4 66 254 22 47
Binary 1010010 1110110 1110001 11111 0 100 110110 10101100 10010 100111

Color Harmonies of #527671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527671

Black with #527671

Text Example


Text Example

White with #527671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527671; }

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

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

background-color css

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

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

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

border-color css

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

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

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