#518B6B

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

Shades of Cutty Sark #518B6B

Tints of Cutty Sark #518B6B

Color information

#518B6B (or 0x518B6B) is unknown color: approx Cutty Sark. HEX triplet: 51, 8B and 6B. RGB value is (81,139,107). Sum of RGB (Red+Green+Blue) = 81+139+107=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #518B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B6B is #AE7494. Grayscale: #767676. Windows color (decimal): -11433109 or 7048017. OLE color: 7048017.

HSL color Cylindrical-coordinate representation of color #518B6B: hue angle of 146.9º 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 #518B6B is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB81139107-
CMYK0.4200.230.45
HSL146.9º26.36%43.14%-
HSV(B)146.9º41.73%54.51%-
XYZ15.2821.2817.21-
YUV118.01121.78101.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=24.77%
G=42.51%
B=32.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811391070.4200.230.45146.926.3643.14
Hex518B6B2A0172D931a2b
Octal12121315352027552233253
Binary10100011000101111010111010100101111011011001001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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