#507570

Color #507570 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #507570

Tints of William #507570

Color information

#507570 (or 0x507570) is unknown color: approx 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

RGB80117112-
CMYK0.3200.040.54
HSL171.89º18.78%38.63%-
HSV(B)171.89º31.62%45.88%-
XYZ12.5915.617.68-
YUV105.37131.74109.91-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801171120.3200.040.54171.8918.7838.63
Hex507570200436ac1327
Octal1201651604004662542347
Binary10100001110101111000010000001001101101010110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>