#508573

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

Shades of Cutty Sark #508573

Tints of Cutty Sark #508573

Color information

#508573 (or 0x508573) is unknown color: approx Cutty Sark. HEX triplet: 50, 85 and 73. RGB value is (80,133,115). Sum of RGB (Red+Green+Blue) = 80+133+115=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #508573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508573 is #AF7A8C. Grayscale: #737373. Windows color (decimal): -11500173 or 7570768. OLE color: 7570768.

HSL color Cylindrical-coordinate representation of color #508573: hue angle of 159.62º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508573 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB80133115-
CMYK0.4000.140.48
HSL159.62º24.88%41.76%-
HSV(B)159.62º39.85%52.16%-
XYZ14.7919.7219.25-
YUV115.1127.94102.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=24.39%
G=40.55%
B=35.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801331150.4000.140.48159.6224.8841.76
Hex508573280E30a0192a
Octal12020516350016602403152
Binary1010000100001011110011101000011101100001010000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508573; }

 p { color: rgb(80,133,115); }

 H1.HeaderClassName
 {
   color: #508573;
 }
 .AnyTagClassName
 {
   color: #508573;
 }
</style>
background-color css

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

 a { background-color: rgb(80,133,115); }

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

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

 span { border-color: rgb(80,133,115); }

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