Html Css Color HEX #51806C Cutty Sark

📋 copy color: '#51806C'

red 81 ◦ green 128 ◦ blue 108

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

Shades of Cutty Sark #51806C

Tints of Cutty Sark #51806C

RGB

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

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

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

R = 25.55%
G = 40.38%
B = 34.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#51806C (or 0x51806C) is known color: Cutty Sark. HEX triplet: 51, 80 and 6C. RGB value is (81,128,108). Sum of RGB (Red+Green+Blue) = 81+128+108=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #51806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51806C is #AE7F93. Grayscale: #6F6F6F. Windows color (decimal): -11435924 or 7110737. OLE color: 7110737.

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

Color convert

RGB 81 128 108 -
CMYK 0.37 0 0.16 0.50
HSL 154.47º 0.22% 0.41% -
HSV(B) 154.47º 0.37% 0.5% -
XYZ 13.82 18.27 16.99 -
YUV 111.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 81 128 108 0.37 0 0.16 0.50 154.47 0.22 0.41
Hex 51 80 6C 25 0 10 32 9A 16 29
Octal 121 200 154 45 0 20 62 232 26 51
Binary 1010001 10000000 1101100 100101 0 10000 110010 10011010 10110 101001

Color Harmonies of #51806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51806C

Black with #51806C

Text Example


Text Example

White with #51806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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