#508770

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

Shades of Cutty Sark #508770

Tints of Cutty Sark #508770

Color information

#508770 (or 0x508770) is unknown color: approx Cutty Sark. HEX triplet: 50, 87 and 70. RGB value is (80,135,112). Sum of RGB (Red+Green+Blue) = 80+135+112=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #508770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508770 is #AF788F. Grayscale: #737373. Windows color (decimal): -11499664 or 7374672. OLE color: 7374672.

HSL color Cylindrical-coordinate representation of color #508770: hue angle of 154.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508770 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB80135112-
CMYK0.4100.170.47
HSL154.91º25.58%42.16%-
HSV(B)154.91º40.74%52.94%-
XYZ14.920.218.44-
YUV115.93125.78102.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=24.46%
G=41.28%
B=34.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801351120.4100.170.47154.9125.5842.16
Hex508770290112F9b1a2a
Octal12020716051021572333252
Binary10100001000011111100001010010100011011111001101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508770; }

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

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

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

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

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

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

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

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