Html Css Color HEX #518575 Cutty Sark

📋 copy color: '#518575'

red 81 ◦ green 133 ◦ blue 117

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

Shades of Cutty Sark #518575

Tints of Cutty Sark #518575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 24.47%
G = 40.18%
B = 35.35%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#518575 (or 0x518575) is known color: Cutty Sark. HEX triplet: 51, 85 and 75. RGB value is (81,133,117). Sum of RGB (Red+Green+Blue) = 81+133+117=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #518575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518575 is #AE7A8A. Grayscale: #737373. Windows color (decimal): -11434635 or 7701841. OLE color: 7701841.

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

Color convert

RGB 81 133 117 -
CMYK 0.39 0 0.12 0.48
HSL 161.54º 0.24% 0.42% -
HSV(B) 161.54º 0.39% 0.52% -
XYZ 14.99 19.81 19.86 -
YUV 115.63 128.77 103.3 -
System Red Green Blue C M Y K H S L
Decimal 81 133 117 0.39 0 0.12 0.48 161.54 0.24 0.42
Hex 51 85 75 27 0 C 30 A2 18 2A
Octal 121 205 165 47 0 14 60 242 30 52
Binary 1010001 10000101 1110101 100111 0 1100 110000 10100010 11000 101010

Color Harmonies of #518575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518575

Black with #518575

Text Example


Text Example

White with #518575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518575; }

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

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

background-color css

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

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

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

border-color css

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

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

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