#508578

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

Shades of Cutty Sark #508578

Tints of Cutty Sark #508578

Color information

#508578 (or 0x508578) is unknown color: approx Cutty Sark. HEX triplet: 50, 85 and 78. RGB value is (80,133,120). Sum of RGB (Red+Green+Blue) = 80+133+120=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #508578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508578 is #AF7A87. Grayscale: #737373. Windows color (decimal): -11500168 or 7898448. OLE color: 7898448.

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

Color convert

RGB80133120-
CMYK0.4000.100.48
HSL165.28º24.88%41.76%-
HSV(B)165.28º39.85%52.16%-
XYZ15.0919.8420.8-
YUV115.67130.44102.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=24.02%
G=39.94%
B=36.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801331200.4000.100.48165.2824.8841.76
Hex508578280A30a5192a
Octal12020517050012602453152
Binary1010000100001011111000101000010101100001010010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508578; }

 p { color: rgb(80,133,120); }

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

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

 a { background-color: rgb(80,133,120); }

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

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

 span { border-color: rgb(80,133,120); }

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