Html Css Color HEX #51886C Cutty Sark

📋 copy color: '#51886C'

red 81 ◦ green 136 ◦ blue 108

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

Shades of Cutty Sark #51886C

Tints of Cutty Sark #51886C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 24.92%
G = 41.85%
B = 33.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#51886C (or 0x51886C) is known color: Cutty Sark. HEX triplet: 51, 88 and 6C. RGB value is (81,136,108). Sum of RGB (Red+Green+Blue) = 81+136+108=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #51886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51886C is #AE7793. Grayscale: #747474. Windows color (decimal): -11433876 or 7112785. OLE color: 7112785.

HSL color Cylindrical-coordinate representation of color #51886C: hue angle of 149.45º 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 #51886C is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 136 108 -
CMYK 0.40 0 0.21 0.47
HSL 149.45º 0.25% 0.43% -
HSV(B) 149.45º 0.4% 0.53% -
XYZ 14.9 20.44 17.35 -
YUV 116.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 81 136 108 0.40 0 0.21 0.47 149.45 0.25 0.43
Hex 51 88 6C 28 0 15 2F 95 19 2B
Octal 121 210 154 50 0 25 57 225 31 53
Binary 1010001 10001000 1101100 101000 0 10101 101111 10010101 11001 101011

Color Harmonies of #51886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51886C

Black with #51886C

Text Example


Text Example

White with #51886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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