#508476

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

Shades of Cutty Sark #508476

Tints of Cutty Sark #508476

Color information

#508476 (or 0x508476) is unknown color: approx Cutty Sark. HEX triplet: 50, 84 and 76. RGB value is (80,132,118). Sum of RGB (Red+Green+Blue) = 80+132+118=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #508476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508476 is #AF7B89. Grayscale: #727272. Windows color (decimal): -11500426 or 7767120. OLE color: 7767120.

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

Color convert

RGB80132118-
CMYK0.3900.110.48
HSL163.85º24.53%41.57%-
HSV(B)163.85º39.39%51.76%-
XYZ14.8319.5220.12-
YUV114.86129.77103.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.24%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=24.24%
G=40%
B=35.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801321180.3900.110.48163.8524.5341.57
Hex508476270B30a4192a
Octal12020416647013602443152
Binary1010000100001001110110100111010111100001010010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508476; }

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

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

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

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

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

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

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

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