Html Css Color HEX #518569 Cutty Sark

📋 copy color: '#518569'

red 81 ◦ green 133 ◦ blue 105

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

Shades of Cutty Sark #518569

Tints of Cutty Sark #518569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 25.39%
G = 41.69%
B = 32.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#518569 (or 0x518569) is known color: Cutty Sark. HEX triplet: 51, 85 and 69. RGB value is (81,133,105). Sum of RGB (Red+Green+Blue) = 81+133+105=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #518569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518569 is #AE7A96. Grayscale: #727272. Windows color (decimal): -11434647 or 6915409. OLE color: 6915409.

HSL color Cylindrical-coordinate representation of color #518569: hue angle of 147.69º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518569 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 133 105 -
CMYK 0.39 0 0.21 0.48
HSL 147.69º 0.24% 0.42% -
HSV(B) 147.69º 0.39% 0.52% -
XYZ 14.33 19.54 16.38 -
YUV 114.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 81 133 105 0.39 0 0.21 0.48 147.69 0.24 0.42
Hex 51 85 69 27 0 15 30 94 18 2A
Octal 121 205 151 47 0 25 60 224 30 52
Binary 1010001 10000101 1101001 100111 0 10101 110000 10010100 11000 101010

Color Harmonies of #518569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518569

Black with #518569

Text Example


Text Example

White with #518569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518569; }

 p { color: rgb(81,133,105); }

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

background-color css

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

 a { background-color: rgb(81,133,105); }

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

border-color css

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

 span { border-color: rgb(81,133,105); }

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