Html Css Color HEX #518073 Cutty Sark

📋 copy color: '#518073'

red 81 ◦ green 128 ◦ blue 115

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

Shades of Cutty Sark #518073

Tints of Cutty Sark #518073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.51%

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 25%
G = 39.51%
B = 35.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#518073 (or 0x518073) is known color: Cutty Sark. HEX triplet: 51, 80 and 73. RGB value is (81,128,115). Sum of RGB (Red+Green+Blue) = 81+128+115=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #518073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518073 is #AE7F8C. Grayscale: #707070. Windows color (decimal): -11435917 or 7569489. OLE color: 7569489.

HSL color Cylindrical-coordinate representation of color #518073: hue angle of 163.4º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518073 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 128 115 -
CMYK 0.37 0 0.10 0.50
HSL 163.4º 0.22% 0.41% -
HSV(B) 163.4º 0.37% 0.5% -
XYZ 14.21 18.43 19.03 -
YUV 112.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 81 128 115 0.37 0 0.10 0.50 163.4 0.22 0.41
Hex 51 80 73 25 0 A 32 A3 16 29
Octal 121 200 163 45 0 12 62 243 26 51
Binary 1010001 10000000 1110011 100101 0 1010 110010 10100011 10110 101001

Color Harmonies of #518073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518073

Black with #518073

Text Example


Text Example

White with #518073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518073; }

 p { color: rgb(81,128,115); }

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

background-color css

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

 a { background-color: rgb(81,128,115); }

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

border-color css

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

 span { border-color: rgb(81,128,115); }

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