#518B6A

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

Shades of Cutty Sark #518B6A

Tints of Cutty Sark #518B6A

Color information

#518B6A (or 0x518B6A) is unknown color: approx Cutty Sark. HEX triplet: 51, 8B and 6A. RGB value is (81,139,106). Sum of RGB (Red+Green+Blue) = 81+139+106=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 139 - color contains mainly: green. Hex color #518B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B6A is #AE7495. Grayscale: #757575. Windows color (decimal): -11433110 or 6982481. OLE color: 6982481.

HSL color Cylindrical-coordinate representation of color #518B6A: hue angle of 145.86º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B6A is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB81139106-
CMYK0.4200.240.45
HSL145.86º26.36%43.14%-
HSV(B)145.86º41.73%54.51%-
XYZ15.2321.2616.94-
YUV117.9121.28101.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 139 (54.69% from 255) = 42.64%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=24.85%
G=42.64%
B=32.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811391060.4200.240.45145.8626.3643.14
Hex518B6A2A0182D921a2b
Octal12121315252030552223253
Binary10100011000101111010101010100110001011011001001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518B6A; }

 p { color: rgb(81,139,106); }

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

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

 a { background-color: rgb(81,139,106); }

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

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

 span { border-color: rgb(81,139,106); }

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