Html Css Color HEX #519175 Cutty Sark

📋 copy color: '#519175'

red 81 ◦ green 145 ◦ blue 117

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

Shades of Cutty Sark #519175

Tints of Cutty Sark #519175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.27%

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 23.62%
G = 42.27%
B = 34.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#519175 (or 0x519175) is known color: Cutty Sark. HEX triplet: 51, 91 and 75. RGB value is (81,145,117). Sum of RGB (Red+Green+Blue) = 81+145+117=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #519175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519175 is #AE6E8A. Grayscale: #7A7A7A. Windows color (decimal): -11431563 or 7704913. OLE color: 7704913.

HSL color Cylindrical-coordinate representation of color #519175: hue angle of 153.75º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519175 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 117 -
CMYK 0.44 0 0.19 0.43
HSL 153.75º 0.28% 0.44% -
HSV(B) 153.75º 0.44% 0.57% -
XYZ 16.73 23.28 20.44 -
YUV 122.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 81 145 117 0.44 0 0.19 0.43 153.75 0.28 0.44
Hex 51 91 75 2C 0 13 2B 9A 1C 2C
Octal 121 221 165 54 0 23 53 232 34 54
Binary 1010001 10010001 1110101 101100 0 10011 101011 10011010 11100 101100

Color Harmonies of #519175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519175

Black with #519175

Text Example


Text Example

White with #519175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519175; }

 p { color: rgb(81,145,117); }

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

background-color css

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

 a { background-color: rgb(81,145,117); }

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

border-color css

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

 span { border-color: rgb(81,145,117); }

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