Html Css Color HEX #518873 Cutty Sark

📋 copy color: '#518873'

red 81 ◦ green 136 ◦ blue 115

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

Shades of Cutty Sark #518873

Tints of Cutty Sark #518873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.96%

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

R = 24.4%
G = 40.96%
B = 34.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#518873 (or 0x518873) is known color: Cutty Sark. HEX triplet: 51, 88 and 73. RGB value is (81,136,115). Sum of RGB (Red+Green+Blue) = 81+136+115=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #518873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518873 is #AE778C. Grayscale: #757575. Windows color (decimal): -11433869 or 7571537. OLE color: 7571537.

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

Color convert

RGB 81 136 115 -
CMYK 0.40 0 0.15 0.47
HSL 157.09º 0.25% 0.43% -
HSV(B) 157.09º 0.4% 0.53% -
XYZ 15.29 20.6 19.39 -
YUV 117.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 81 136 115 0.40 0 0.15 0.47 157.09 0.25 0.43
Hex 51 88 73 28 0 F 2F 9D 19 2B
Octal 121 210 163 50 0 17 57 235 31 53
Binary 1010001 10001000 1110011 101000 0 1111 101111 10011101 11001 101011

Color Harmonies of #518873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518873

Black with #518873

Text Example


Text Example

White with #518873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518873; }

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

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

background-color css

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

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

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

border-color css

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

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

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