Html Css Color HEX #507570 William

📋 copy color: '#507570'

red 80 ◦ green 117 ◦ blue 112

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

Shades of William #507570

Tints of William #507570

RGB

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

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

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

R = 25.89%
G = 37.86%
B = 36.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#507570 (or 0x507570) is known color: William. HEX triplet: 50, 75 and 70. RGB value is (80,117,112). Sum of RGB (Red+Green+Blue) = 80+117+112=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #507570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507570 is #AF8A8F. Grayscale: #696969. Windows color (decimal): -11504272 or 7370064. OLE color: 7370064.

HSL color Cylindrical-coordinate representation of color #507570: hue angle of 171.89º 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 #507570 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 112 -
CMYK 0.32 0 0.04 0.54
HSL 171.89º 0.19% 0.39% -
HSV(B) 171.89º 0.32% 0.46% -
XYZ 12.59 15.6 17.68 -
YUV 105.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 80 117 112 0.32 0 0.04 0.54 171.89 0.19 0.39
Hex 50 75 70 20 0 4 36 AC 13 27
Octal 120 165 160 40 0 4 66 254 23 47
Binary 1010000 1110101 1110000 100000 0 100 110110 10101100 10011 100111

Color Harmonies of #507570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507570

Black with #507570

Text Example


Text Example

White with #507570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507570; }

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

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

background-color css

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

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

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

border-color css

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

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

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