Html Css Color HEX #517271 William

📋 copy color: '#517271'

red 81 ◦ green 114 ◦ blue 113

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

Shades of William #517271

Tints of William #517271

RGB

 RED value IS 81 (32.03% from 255) = 26.3%

 GREEN value IS 114 (44.92% from 255) = 37.01%

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

R = 26.3%
G = 37.01%
B = 36.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#517271 (or 0x517271) is known color: William. HEX triplet: 51, 72 and 71. RGB value is (81,114,113). Sum of RGB (Red+Green+Blue) = 81+114+113=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #517271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517271 is #AE8D8E. Grayscale: #676767. Windows color (decimal): -11439503 or 7434833. OLE color: 7434833.

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

Color convert

RGB 81 114 113 -
CMYK 0.29 0 0.01 0.55
HSL 178.18º 0.17% 0.38% -
HSV(B) 178.18º 0.29% 0.45% -
XYZ 12.39 14.98 17.86 -
YUV 104.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 81 114 113 0.29 0 0.01 0.55 178.18 0.17 0.38
Hex 51 72 71 1D 0 1 37 B2 11 26
Octal 121 162 161 35 0 1 67 262 21 46
Binary 1010001 1110010 1110001 11101 0 1 110111 10110010 10001 100110

Color Harmonies of #517271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517271

Black with #517271

Text Example


Text Example

White with #517271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517271; }

 p { color: rgb(81,114,113); }

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

background-color css

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

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

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

border-color css

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

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

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