Html Css Color HEX #51866C Cutty Sark

📋 copy color: '#51866C'

red 81 ◦ green 134 ◦ blue 108

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

Shades of Cutty Sark #51866C

Tints of Cutty Sark #51866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

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

R = 25.08%
G = 41.49%
B = 33.44%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#51866C (or 0x51866C) is known color: Cutty Sark. HEX triplet: 51, 86 and 6C. RGB value is (81,134,108). Sum of RGB (Red+Green+Blue) = 81+134+108=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #51866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51866C is #AE7993. Grayscale: #737373. Windows color (decimal): -11434388 or 7112273. OLE color: 7112273.

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

Color convert

RGB 81 134 108 -
CMYK 0.40 0 0.19 0.47
HSL 150.57º 0.25% 0.42% -
HSV(B) 150.57º 0.4% 0.53% -
XYZ 14.63 19.88 17.25 -
YUV 115.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 81 134 108 0.40 0 0.19 0.47 150.57 0.25 0.42
Hex 51 86 6C 28 0 13 2F 97 19 2A
Octal 121 206 154 50 0 23 57 227 31 52
Binary 1010001 10000110 1101100 101000 0 10011 101111 10010111 11001 101010

Color Harmonies of #51866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51866C

Black with #51866C

Text Example


Text Example

White with #51866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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