Html Css Color HEX #518574 Cutty Sark

📋 copy color: '#518574'

red 81 ◦ green 133 ◦ blue 116

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

Shades of Cutty Sark #518574

Tints of Cutty Sark #518574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 24.55%
G = 40.3%
B = 35.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#518574 (or 0x518574) is known color: Cutty Sark. HEX triplet: 51, 85 and 74. RGB value is (81,133,116). Sum of RGB (Red+Green+Blue) = 81+133+116=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #518574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518574 is #AE7A8B. Grayscale: #737373. Windows color (decimal): -11434636 or 7636305. OLE color: 7636305.

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

Color convert

RGB 81 133 116 -
CMYK 0.39 0 0.13 0.48
HSL 160.38º 0.24% 0.42% -
HSV(B) 160.38º 0.39% 0.52% -
XYZ 14.93 19.79 19.55 -
YUV 115.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 81 133 116 0.39 0 0.13 0.48 160.38 0.24 0.42
Hex 51 85 74 27 0 D 30 A0 18 2A
Octal 121 205 164 47 0 15 60 240 30 52
Binary 1010001 10000101 1110100 100111 0 1101 110000 10100000 11000 101010

Color Harmonies of #518574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518574

Black with #518574

Text Example


Text Example

White with #518574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518574; }

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

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

background-color css

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

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

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

border-color css

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

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

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