Html Css Color HEX #518877 Cutty Sark

📋 copy color: '#518877'

red 81 ◦ green 136 ◦ blue 119

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

Shades of Cutty Sark #518877

Tints of Cutty Sark #518877

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

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

R = 24.11%
G = 40.48%
B = 35.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#518877 (or 0x518877) is known color: Cutty Sark. HEX triplet: 51, 88 and 77. RGB value is (81,136,119). Sum of RGB (Red+Green+Blue) = 81+136+119=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #518877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518877 is #AE7788. Grayscale: #757575. Windows color (decimal): -11433865 or 7833681. OLE color: 7833681.

HSL color Cylindrical-coordinate representation of color #518877: hue angle of 161.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518877 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 136 119 -
CMYK 0.40 0 0.12 0.47
HSL 161.45º 0.25% 0.43% -
HSV(B) 161.45º 0.4% 0.53% -
XYZ 15.53 20.69 20.63 -
YUV 117.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 81 136 119 0.40 0 0.12 0.47 161.45 0.25 0.43
Hex 51 88 77 28 0 C 2F A1 19 2B
Octal 121 210 167 50 0 14 57 241 31 53
Binary 1010001 10001000 1110111 101000 0 1100 101111 10100001 11001 101011

Color Harmonies of #518877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518877

Black with #518877

Text Example


Text Example

White with #518877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518877; }

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

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

background-color css

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

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

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

border-color css

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

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

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