#508474

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

Shades of Cutty Sark #508474

Tints of Cutty Sark #508474

Color information

#508474 (or 0x508474) is unknown color: approx Cutty Sark. HEX triplet: 50, 84 and 74. RGB value is (80,132,116). Sum of RGB (Red+Green+Blue) = 80+132+116=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 132 - color contains mainly: green. Hex color #508474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508474 is #AF7B8B. Grayscale: #727272. Windows color (decimal): -11500428 or 7636048. OLE color: 7636048.

HSL color Cylindrical-coordinate representation of color #508474: hue angle of 161.54º 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 #508474 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB80132116-
CMYK0.3900.120.48
HSL161.54º24.53%41.57%-
HSV(B)161.54º39.39%51.76%-
XYZ14.7119.4719.51-
YUV114.63128.77103.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 132 (51.95% from 255) = 40.24%
BLUE value IS 116 (45.70% from 255) = 35.37%
R=24.39%
G=40.24%
B=35.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321160.3900.120.48161.5424.5341.57
Hex508474270C30a2192a
Octal12020416447014602423152
Binary1010000100001001110100100111011001100001010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508474; }

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

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

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

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

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

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

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

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