Html Css Color HEX #518B6D Cutty Sark

📋 copy color: '#518B6D'

red 81 ◦ green 139 ◦ blue 109

#518B6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #518B6D

Tints of Cutty Sark #518B6D

RGB

 RED value IS 81 (32.03% from 255) = 24.62%

 GREEN value IS 139 (54.69% from 255) = 42.25%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 24.62%
G = 42.25%
B = 33.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#518B6D (or 0x518B6D) is known color: Cutty Sark. HEX triplet: 51, 8B and 6D. RGB value is (81,139,109). Sum of RGB (Red+Green+Blue) = 81+139+109=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #518B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B6D is #AE7492. Grayscale: #767676. Windows color (decimal): -11433107 or 7179089. OLE color: 7179089.

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

Color convert

RGB 81 139 109 -
CMYK 0.42 0 0.22 0.45
HSL 148.97º 0.26% 0.43% -
HSV(B) 148.97º 0.42% 0.55% -
XYZ 15.39 21.32 17.77 -
YUV 118.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 81 139 109 0.42 0 0.22 0.45 148.97 0.26 0.43
Hex 51 8B 6D 2A 0 16 2D 95 1A 2B
Octal 121 213 155 52 0 26 55 225 32 53
Binary 1010001 10001011 1101101 101010 0 10110 101101 10010101 11010 101011

Color Harmonies of #518B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518B6D

Black with #518B6D

Text Example


Text Example

White with #518B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #518B6D;
 }
 .AnyTagClassName
 {
   color: #518B6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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