Html Css Color HEX #51796B Cutty Sark

📋 copy color: '#51796B'

red 81 ◦ green 121 ◦ blue 107

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

Shades of Cutty Sark #51796B

Tints of Cutty Sark #51796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.16%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 26.21%
G = 39.16%
B = 34.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#51796B (or 0x51796B) is known color: Cutty Sark. HEX triplet: 51, 79 and 6B. RGB value is (81,121,107). Sum of RGB (Red+Green+Blue) = 81+121+107=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #51796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51796B is #AE8694. Grayscale: #6B6B6B. Windows color (decimal): -11437717 or 7043409. OLE color: 7043409.

HSL color Cylindrical-coordinate representation of color #51796B: hue angle of 159º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51796B is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 121 107 -
CMYK 0.33 0 0.12 0.53
HSL 159º 0.2% 0.4% -
HSV(B) 159º 0.33% 0.47% -
XYZ 12.88 16.49 16.41 -
YUV 107.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 81 121 107 0.33 0 0.12 0.53 159 0.2 0.4
Hex 51 79 6B 21 0 C 35 9F 14 28
Octal 121 171 153 41 0 14 65 237 24 50
Binary 1010001 1111001 1101011 100001 0 1100 110101 10011111 10100 101000

Color Harmonies of #51796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51796B

Black with #51796B

Text Example


Text Example

White with #51796B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51796B; }

 p { color: rgb(81,121,107); }

 H1.HeaderClassName
 {
   color: #51796B;
 }
 .AnyTagClassName
 {
   color: #51796B;
 }
</style>

background-color css

<style>
 a { background-color: #51796B; }

 a { background-color: rgb(81,121,107); }

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

border-color css

<style>
 span { border-color: #51796B; }

 span { border-color: rgb(81,121,107); }

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