Html Css Color HEX #518774 Cutty Sark

📋 copy color: '#518774'

red 81 ◦ green 135 ◦ blue 116

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

Shades of Cutty Sark #518774

Tints of Cutty Sark #518774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 24.4%
G = 40.66%
B = 34.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#518774 (or 0x518774) is known color: Cutty Sark. HEX triplet: 51, 87 and 74. RGB value is (81,135,116). Sum of RGB (Red+Green+Blue) = 81+135+116=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #518774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518774 is #AE788B. Grayscale: #747474. Windows color (decimal): -11434124 or 7636817. OLE color: 7636817.

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

Color convert

RGB 81 135 116 -
CMYK 0.40 0 0.14 0.47
HSL 158.89º 0.25% 0.42% -
HSV(B) 158.89º 0.4% 0.53% -
XYZ 15.21 20.34 19.65 -
YUV 116.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 81 135 116 0.40 0 0.14 0.47 158.89 0.25 0.42
Hex 51 87 74 28 0 E 2F 9F 19 2A
Octal 121 207 164 50 0 16 57 237 31 52
Binary 1010001 10000111 1110100 101000 0 1110 101111 10011111 11001 101010

Color Harmonies of #518774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518774

Black with #518774

Text Example


Text Example

White with #518774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518774; }

 p { color: rgb(81,135,116); }

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

background-color css

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

 a { background-color: rgb(81,135,116); }

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

border-color css

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

 span { border-color: rgb(81,135,116); }

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