Html Css Color HEX #517472 William

📋 copy color: '#517472'

red 81 ◦ green 116 ◦ blue 114

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

Shades of William #517472

Tints of William #517472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.3%

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 26.05%
G = 37.3%
B = 36.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#517472 (or 0x517472) is known color: William. HEX triplet: 51, 74 and 72. RGB value is (81,116,114). Sum of RGB (Red+Green+Blue) = 81+116+114=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 116 - color contains mainly: green. Hex color #517472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517472 is #AE8B8D. Grayscale: #696969. Windows color (decimal): -11438990 or 7500881. OLE color: 7500881.

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

Color convert

RGB 81 116 114 -
CMYK 0.30 0 0.02 0.55
HSL 176.57º 0.18% 0.39% -
HSV(B) 176.57º 0.3% 0.45% -
XYZ 12.68 15.46 18.23 -
YUV 105.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 81 116 114 0.30 0 0.02 0.55 176.57 0.18 0.39
Hex 51 74 72 1E 0 2 37 B1 12 27
Octal 121 164 162 36 0 2 67 261 22 47
Binary 1010001 1110100 1110010 11110 0 10 110111 10110001 10010 100111

Color Harmonies of #517472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517472

Black with #517472

Text Example


Text Example

White with #517472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517472; }

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

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

background-color css

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

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

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

border-color css

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

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

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