Html Css Color HEX #519577 Cutty Sark

📋 copy color: '#519577'

red 81 ◦ green 149 ◦ blue 119

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

Shades of Cutty Sark #519577

Tints of Cutty Sark #519577

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

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

R = 23.21%
G = 42.69%
B = 34.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#519577 (or 0x519577) is known color: Cutty Sark. HEX triplet: 51, 95 and 77. RGB value is (81,149,119). Sum of RGB (Red+Green+Blue) = 81+149+119=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #519577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519577 is #AE6A88. Grayscale: #7D7D7D. Windows color (decimal): -11430537 or 7837009. OLE color: 7837009.

HSL color Cylindrical-coordinate representation of color #519577: hue angle of 153.53º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519577 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 119 -
CMYK 0.46 0 0.20 0.42
HSL 153.53º 0.3% 0.45% -
HSV(B) 153.53º 0.46% 0.58% -
XYZ 17.47 24.58 21.28 -
YUV 125.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 81 149 119 0.46 0 0.20 0.42 153.53 0.3 0.45
Hex 51 95 77 2E 0 14 2A 9A 1E 2D
Octal 121 225 167 56 0 24 52 232 36 55
Binary 1010001 10010101 1110111 101110 0 10100 101010 10011010 11110 101101

Color Harmonies of #519577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519577

Black with #519577

Text Example


Text Example

White with #519577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519577; }

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

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

background-color css

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

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

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

border-color css

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

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

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