Html Css Color HEX #519475 Cutty Sark

📋 copy color: '#519475'

red 81 ◦ green 148 ◦ blue 117

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

Shades of Cutty Sark #519475

Tints of Cutty Sark #519475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

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

R = 23.41%
G = 42.77%
B = 33.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#519475 (or 0x519475) is known color: Cutty Sark. HEX triplet: 51, 94 and 75. RGB value is (81,148,117). Sum of RGB (Red+Green+Blue) = 81+148+117=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #519475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519475 is #AE6B8A. Grayscale: #7C7C7C. Windows color (decimal): -11430795 or 7705681. OLE color: 7705681.

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

Color convert

RGB 81 148 117 -
CMYK 0.45 0 0.21 0.42
HSL 152.24º 0.29% 0.45% -
HSV(B) 152.24º 0.45% 0.58% -
XYZ 17.19 24.21 20.6 -
YUV 124.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 81 148 117 0.45 0 0.21 0.42 152.24 0.29 0.45
Hex 51 94 75 2D 0 15 2A 98 1D 2D
Octal 121 224 165 55 0 25 52 230 35 55
Binary 1010001 10010100 1110101 101101 0 10101 101010 10011000 11101 101101

Color Harmonies of #519475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519475

Black with #519475

Text Example


Text Example

White with #519475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519475; }

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

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

background-color css

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

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

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

border-color css

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

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

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