Html Css Color HEX #518269 Cutty Sark

📋 copy color: '#518269'

red 81 ◦ green 130 ◦ blue 105

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

Shades of Cutty Sark #518269

Tints of Cutty Sark #518269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

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

R = 25.63%
G = 41.14%
B = 33.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#518269 (or 0x518269) is known color: Cutty Sark. HEX triplet: 51, 82 and 69. RGB value is (81,130,105). Sum of RGB (Red+Green+Blue) = 81+130+105=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #518269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518269 is #AE7D96. Grayscale: #707070. Windows color (decimal): -11435415 or 6914641. OLE color: 6914641.

HSL color Cylindrical-coordinate representation of color #518269: hue angle of 149.39º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518269 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 130 105 -
CMYK 0.38 0 0.19 0.49
HSL 149.39º 0.23% 0.41% -
HSV(B) 149.39º 0.38% 0.51% -
XYZ 13.93 18.73 16.25 -
YUV 112.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 81 130 105 0.38 0 0.19 0.49 149.39 0.23 0.41
Hex 51 82 69 26 0 13 31 95 17 29
Octal 121 202 151 46 0 23 61 225 27 51
Binary 1010001 10000010 1101001 100110 0 10011 110001 10010101 10111 101001

Color Harmonies of #518269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518269

Black with #518269

Text Example


Text Example

White with #518269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518269; }

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

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

background-color css

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

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

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

border-color css

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

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

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