Html Css Color HEX #507572 William

📋 copy color: '#507572'

red 80 ◦ green 117 ◦ blue 114

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

Shades of William #507572

Tints of William #507572

RGB

 RED value IS 80 (31.64% from 255) = 25.72%

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 25.72%
G = 37.62%
B = 36.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#507572 (or 0x507572) is known color: William. HEX triplet: 50, 75 and 72. RGB value is (80,117,114). Sum of RGB (Red+Green+Blue) = 80+117+114=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #507572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507572 is #AF8A8D. Grayscale: #696969. Windows color (decimal): -11504270 or 7501136. OLE color: 7501136.

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

Color convert

RGB 80 117 114 -
CMYK 0.32 0 0.03 0.54
HSL 175.14º 0.19% 0.39% -
HSV(B) 175.14º 0.32% 0.46% -
XYZ 12.71 15.64 18.27 -
YUV 105.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 80 117 114 0.32 0 0.03 0.54 175.14 0.19 0.39
Hex 50 75 72 20 0 3 36 AF 13 27
Octal 120 165 162 40 0 3 66 257 23 47
Binary 1010000 1110101 1110010 100000 0 11 110110 10101111 10011 100111

Color Harmonies of #507572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507572

Black with #507572

Text Example


Text Example

White with #507572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507572; }

 p { color: rgb(80,117,114); }

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

background-color css

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

 a { background-color: rgb(80,117,114); }

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

border-color css

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

 span { border-color: rgb(80,117,114); }

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