Html Css Color HEX #51846D Cutty Sark

📋 copy color: '#51846D'

red 81 ◦ green 132 ◦ blue 109

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

Shades of Cutty Sark #51846D

Tints of Cutty Sark #51846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 25.16%
G = 40.99%
B = 33.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#51846D (or 0x51846D) is known color: Cutty Sark. HEX triplet: 51, 84 and 6D. RGB value is (81,132,109). Sum of RGB (Red+Green+Blue) = 81+132+109=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #51846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51846D is #AE7B92. Grayscale: #727272. Windows color (decimal): -11434899 or 7177297. OLE color: 7177297.

HSL color Cylindrical-coordinate representation of color #51846D: hue angle of 152.94º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51846D is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 132 109 -
CMYK 0.39 0 0.17 0.48
HSL 152.94º 0.24% 0.42% -
HSV(B) 152.94º 0.39% 0.52% -
XYZ 14.4 19.36 17.44 -
YUV 114.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 81 132 109 0.39 0 0.17 0.48 152.94 0.24 0.42
Hex 51 84 6D 27 0 11 30 99 18 2A
Octal 121 204 155 47 0 21 60 231 30 52
Binary 1010001 10000100 1101101 100111 0 10001 110000 10011001 11000 101010

Color Harmonies of #51846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51846D

Black with #51846D

Text Example


Text Example

White with #51846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51846D; }

 p { color: rgb(81,132,109); }

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

background-color css

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

 a { background-color: rgb(81,132,109); }

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

border-color css

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

 span { border-color: rgb(81,132,109); }

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