Html Css Color HEX #518578 Cutty Sark

📋 copy color: '#518578'

red 81 ◦ green 133 ◦ blue 120

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

Shades of Cutty Sark #518578

Tints of Cutty Sark #518578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 24.25%
G = 39.82%
B = 35.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#518578 (or 0x518578) is known color: Cutty Sark. HEX triplet: 51, 85 and 78. RGB value is (81,133,120). Sum of RGB (Red+Green+Blue) = 81+133+120=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #518578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518578 is #AE7A87. Grayscale: #737373. Windows color (decimal): -11434632 or 7898449. OLE color: 7898449.

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

Color convert

RGB 81 133 120 -
CMYK 0.39 0 0.10 0.48
HSL 165º 0.24% 0.42% -
HSV(B) 165º 0.39% 0.52% -
XYZ 15.17 19.88 20.81 -
YUV 115.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 81 133 120 0.39 0 0.10 0.48 165 0.24 0.42
Hex 51 85 78 27 0 A 30 A5 18 2A
Octal 121 205 170 47 0 12 60 245 30 52
Binary 1010001 10000101 1111000 100111 0 1010 110000 10100101 11000 101010

Color Harmonies of #518578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518578

Black with #518578

Text Example


Text Example

White with #518578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518578; }

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

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

background-color css

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

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

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

border-color css

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

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

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