#508473

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

Shades of Cutty Sark #508473

Tints of Cutty Sark #508473

Color information

#508473 (or 0x508473) is unknown color: approx Cutty Sark. HEX triplet: 50, 84 and 73. RGB value is (80,132,115). Sum of RGB (Red+Green+Blue) = 80+132+115=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #508473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508473 is #AF7B8C. Grayscale: #727272. Windows color (decimal): -11500429 or 7570512. OLE color: 7570512.

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

Color convert

RGB80132115-
CMYK0.3900.130.48
HSL160.38º24.53%41.57%-
HSV(B)160.38º39.39%51.76%-
XYZ14.6519.4519.2-
YUV114.51128.27103.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=24.46%
G=40.37%
B=35.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321150.3900.130.48160.3824.5341.57
Hex508473270D30a0192a
Octal12020416347015602403152
Binary1010000100001001110011100111011011100001010000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508473; }

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

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

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

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

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

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

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

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