Html Css Color HEX #51806A Cutty Sark

📋 copy color: '#51806A'

red 81 ◦ green 128 ◦ blue 106

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

Shades of Cutty Sark #51806A

Tints of Cutty Sark #51806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 25.71%
G = 40.63%
B = 33.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#51806A (or 0x51806A) is known color: Cutty Sark. HEX triplet: 51, 80 and 6A. RGB value is (81,128,106). Sum of RGB (Red+Green+Blue) = 81+128+106=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #51806A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51806A is #AE7F95. Grayscale: #6F6F6F. Windows color (decimal): -11435926 or 6979665. OLE color: 6979665.

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

Color convert

RGB 81 128 106 -
CMYK 0.37 0 0.17 0.50
HSL 151.91º 0.22% 0.41% -
HSV(B) 151.91º 0.37% 0.5% -
XYZ 13.71 18.23 16.43 -
YUV 111.44 124.93 106.29 -
System Red Green Blue C M Y K H S L
Decimal 81 128 106 0.37 0 0.17 0.50 151.91 0.22 0.41
Hex 51 80 6A 25 0 11 32 98 16 29
Octal 121 200 152 45 0 21 62 230 26 51
Binary 1010001 10000000 1101010 100101 0 10001 110010 10011000 10110 101001

Color Harmonies of #51806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51806A

Black with #51806A

Text Example


Text Example

White with #51806A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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