#508669

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

Shades of Cutty Sark #508669

Tints of Cutty Sark #508669

Color information

#508669 (or 0x508669) is unknown color: approx Cutty Sark. HEX triplet: 50, 86 and 69. RGB value is (80,134,105). Sum of RGB (Red+Green+Blue) = 80+134+105=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #508669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508669 is #AF7996. Grayscale: #727272. Windows color (decimal): -11499927 or 6915664. OLE color: 6915664.

HSL color Cylindrical-coordinate representation of color #508669: hue angle of 147.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508669 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB80134105-
CMYK0.4000.220.47
HSL147.78º25.23%41.96%-
HSV(B)147.78º40.3%52.55%-
XYZ14.3819.7816.42-
YUV114.55122.61103.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=25.08%
G=42.01%
B=32.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801341050.4000.220.47147.7825.2341.96
Hex508669280162F94192a
Octal12020615150026572243152
Binary10100001000011011010011010000101101011111001010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508669; }

 p { color: rgb(80,134,105); }

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

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

 a { background-color: rgb(80,134,105); }

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

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

 span { border-color: rgb(80,134,105); }

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