#508970

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

Shades of Cutty Sark #508970

Tints of Cutty Sark #508970

Color information

#508970 (or 0x508970) is unknown color: approx Cutty Sark. HEX triplet: 50, 89 and 70. RGB value is (80,137,112). Sum of RGB (Red+Green+Blue) = 80+137+112=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #508970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508970 is #AF768F. Grayscale: #757575. Windows color (decimal): -11499152 or 7375184. OLE color: 7375184.

HSL color Cylindrical-coordinate representation of color #508970: hue angle of 153.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508970 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB80137112-
CMYK0.4200.180.46
HSL153.68º26.27%42.55%-
HSV(B)153.68º41.61%53.73%-
XYZ15.1820.7718.54-
YUV117.11125.12101.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=24.32%
G=41.64%
B=34.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801371120.4200.180.46153.6826.2742.55
Hex5089702A0122E9a1a2b
Octal12021116052022562323253
Binary10100001000100111100001010100100101011101001101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508970; }

 p { color: rgb(80,137,112); }

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

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

 a { background-color: rgb(80,137,112); }

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

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

 span { border-color: rgb(80,137,112); }

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