Html Css Color HEX #518577 Cutty Sark

📋 copy color: '#518577'

red 81 ◦ green 133 ◦ blue 119

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

Shades of Cutty Sark #518577

Tints of Cutty Sark #518577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 24.32%
G = 39.94%
B = 35.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#518577 (or 0x518577) is known color: Cutty Sark. HEX triplet: 51, 85 and 77. RGB value is (81,133,119). Sum of RGB (Red+Green+Blue) = 81+133+119=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #518577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518577 is #AE7A88. Grayscale: #737373. Windows color (decimal): -11434633 or 7832913. OLE color: 7832913.

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

Color convert

RGB 81 133 119 -
CMYK 0.39 0 0.11 0.48
HSL 163.85º 0.24% 0.42% -
HSV(B) 163.85º 0.39% 0.52% -
XYZ 15.11 19.86 20.49 -
YUV 115.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 81 133 119 0.39 0 0.11 0.48 163.85 0.24 0.42
Hex 51 85 77 27 0 B 30 A4 18 2A
Octal 121 205 167 47 0 13 60 244 30 52
Binary 1010001 10000101 1110111 100111 0 1011 110000 10100100 11000 101010

Color Harmonies of #518577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518577

Black with #518577

Text Example


Text Example

White with #518577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518577; }

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

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

background-color css

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

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

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

border-color css

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

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

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