#509375

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

Shades of Cutty Sark #509375

Tints of Cutty Sark #509375

Color information

#509375 (or 0x509375) is unknown color: approx Cutty Sark. HEX triplet: 50, 93 and 75. RGB value is (80,147,117). Sum of RGB (Red+Green+Blue) = 80+147+117=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #509375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509375 is #AF6C8A. Grayscale: #7B7B7B. Windows color (decimal): -11496587 or 7705424. OLE color: 7705424.

HSL color Cylindrical-coordinate representation of color #509375: hue angle of 153.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509375 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB80147117-
CMYK0.4600.200.42
HSL153.13º29.52%44.51%-
HSV(B)153.13º45.58%57.65%-
XYZ16.9523.8620.54-
YUV123.55124.396.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 117 (46.09% from 255) = 34.01%
R=23.26%
G=42.73%
B=34.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801471170.4600.200.42153.1329.5244.51
Hex5093752E0142A991e2d
Octal12022316556024522313655
Binary10100001001001111101011011100101001010101001100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509375; }

 p { color: rgb(80,147,117); }

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

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

 a { background-color: rgb(80,147,117); }

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

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

 span { border-color: rgb(80,147,117); }

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