#508574

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

Shades of Cutty Sark #508574

Tints of Cutty Sark #508574

Color information

#508574 (or 0x508574) is unknown color: approx Cutty Sark. HEX triplet: 50, 85 and 74. RGB value is (80,133,116). Sum of RGB (Red+Green+Blue) = 80+133+116=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #508574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508574 is #AF7A8B. Grayscale: #737373. Windows color (decimal): -11500172 or 7636304. OLE color: 7636304.

HSL color Cylindrical-coordinate representation of color #508574: hue angle of 160.75º 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 #508574 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB80133116-
CMYK0.4000.130.48
HSL160.75º24.88%41.76%-
HSV(B)160.75º39.85%52.16%-
XYZ14.8519.7419.55-
YUV115.22128.44102.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=24.32%
G=40.43%
B=35.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801331160.4000.130.48160.7524.8841.76
Hex508574280D30a1192a
Octal12020516450015602413152
Binary1010000100001011110100101000011011100001010000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508574; }

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

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

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

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

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

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

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

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