Html Css Color HEX #507670 William

📋 copy color: '#507670'

red 80 ◦ green 118 ◦ blue 112

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

Shades of William #507670

Tints of William #507670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 25.81%
G = 38.06%
B = 36.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#507670 (or 0x507670) is known color: William. HEX triplet: 50, 76 and 70. RGB value is (80,118,112). Sum of RGB (Red+Green+Blue) = 80+118+112=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #507670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507670 is #AF898F. Grayscale: #696969. Windows color (decimal): -11504016 or 7370320. OLE color: 7370320.

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

Color convert

RGB 80 118 112 -
CMYK 0.32 0 0.05 0.54
HSL 170.53º 0.19% 0.39% -
HSV(B) 170.53º 0.32% 0.46% -
XYZ 12.71 15.83 17.72 -
YUV 105.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 80 118 112 0.32 0 0.05 0.54 170.53 0.19 0.39
Hex 50 76 70 20 0 5 36 AB 13 27
Octal 120 166 160 40 0 5 66 253 23 47
Binary 1010000 1110110 1110000 100000 0 101 110110 10101011 10011 100111

Color Harmonies of #507670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507670

Black with #507670

Text Example


Text Example

White with #507670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507670; }

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

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

background-color css

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

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

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

border-color css

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

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

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