#518570

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

Shades of Cutty Sark #518570

Tints of Cutty Sark #518570

Color information

#518570 (or 0x518570) is unknown color: approx Cutty Sark. HEX triplet: 51, 85 and 70. RGB value is (81,133,112). Sum of RGB (Red+Green+Blue) = 81+133+112=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #518570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518570 is #AE7A8F. Grayscale: #737373. Windows color (decimal): -11434640 or 7374161. OLE color: 7374161.

HSL color Cylindrical-coordinate representation of color #518570: hue angle of 155.77º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518570 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB81133112-
CMYK0.3900.160.48
HSL155.77º24.3%41.96%-
HSV(B)155.77º39.1%52.16%-
XYZ14.7119.6918.36-
YUV115.06126.27103.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=24.85%
G=40.80%
B=34.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331120.3900.160.48155.7724.341.96
Hex51857027010309c182a
Octal12120516047020602343052
Binary10100011000010111100001001110100001100001001110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518570; }

 p { color: rgb(81,133,112); }

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

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

 a { background-color: rgb(81,133,112); }

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

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

 span { border-color: rgb(81,133,112); }

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