Html Css Color HEX #517770 William

📋 copy color: '#517770'

red 81 ◦ green 119 ◦ blue 112

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

Shades of William #517770

Tints of William #517770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 25.96%
G = 38.14%
B = 35.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#517770 (or 0x517770) is known color: William. HEX triplet: 51, 77 and 70. RGB value is (81,119,112). Sum of RGB (Red+Green+Blue) = 81+119+112=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #517770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517770 is #AE888F. Grayscale: #6A6A6A. Windows color (decimal): -11438224 or 7370577. OLE color: 7370577.

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

Color convert

RGB 81 119 112 -
CMYK 0.32 0 0.06 0.53
HSL 168.95º 0.19% 0.39% -
HSV(B) 168.95º 0.32% 0.47% -
XYZ 12.91 16.11 17.76 -
YUV 106.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 81 119 112 0.32 0 0.06 0.53 168.95 0.19 0.39
Hex 51 77 70 20 0 6 35 A9 13 27
Octal 121 167 160 40 0 6 65 251 23 47
Binary 1010001 1110111 1110000 100000 0 110 110101 10101001 10011 100111

Color Harmonies of #517770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517770

Black with #517770

Text Example


Text Example

White with #517770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517770; }

 p { color: rgb(81,119,112); }

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

background-color css

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

 a { background-color: rgb(81,119,112); }

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

border-color css

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

 span { border-color: rgb(81,119,112); }

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