Html Css Color HEX #51806D Cutty Sark

📋 copy color: '#51806D'

red 81 ◦ green 128 ◦ blue 109

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

Shades of Cutty Sark #51806D

Tints of Cutty Sark #51806D

RGB

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

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

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

R = 25.47%
G = 40.25%
B = 34.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#51806D (or 0x51806D) is known color: Cutty Sark. HEX triplet: 51, 80 and 6D. RGB value is (81,128,109). Sum of RGB (Red+Green+Blue) = 81+128+109=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #51806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51806D is #AE7F92. Grayscale: #6F6F6F. Windows color (decimal): -11435923 or 7176273. OLE color: 7176273.

HSL color Cylindrical-coordinate representation of color #51806D: hue angle of 155.74º 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 #51806D is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 128 109 -
CMYK 0.37 0 0.15 0.50
HSL 155.74º 0.22% 0.41% -
HSV(B) 155.74º 0.37% 0.5% -
XYZ 13.87 18.29 17.27 -
YUV 111.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 81 128 109 0.37 0 0.15 0.50 155.74 0.22 0.41
Hex 51 80 6D 25 0 F 32 9C 16 29
Octal 121 200 155 45 0 17 62 234 26 51
Binary 1010001 10000000 1101101 100101 0 1111 110010 10011100 10110 101001

Color Harmonies of #51806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51806D

Black with #51806D

Text Example


Text Example

White with #51806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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