Html Css Color HEX #51916E Cutty Sark

📋 copy color: '#51916E'

red 81 ◦ green 145 ◦ blue 110

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

Shades of Cutty Sark #51916E

Tints of Cutty Sark #51916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 110 (43.36% from 255) = 32.74%

R = 24.11%
G = 43.15%
B = 32.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#51916E (or 0x51916E) is known color: Cutty Sark. HEX triplet: 51, 91 and 6E. RGB value is (81,145,110). Sum of RGB (Red+Green+Blue) = 81+145+110=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #51916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51916E is #AE6E91. Grayscale: #797979. Windows color (decimal): -11431570 or 7246161. OLE color: 7246161.

HSL color Cylindrical-coordinate representation of color #51916E: hue angle of 147.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51916E is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 145 110 -
CMYK 0.44 0 0.24 0.43
HSL 147.19º 0.28% 0.44% -
HSV(B) 147.19º 0.44% 0.57% -
XYZ 16.33 23.13 18.35 -
YUV 121.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 81 145 110 0.44 0 0.24 0.43 147.19 0.28 0.44
Hex 51 91 6E 2C 0 18 2B 93 1C 2C
Octal 121 221 156 54 0 30 53 223 34 54
Binary 1010001 10010001 1101110 101100 0 11000 101011 10010011 11100 101100

Color Harmonies of #51916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51916E

Black with #51916E

Text Example


Text Example

White with #51916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51916E; }

 p { color: rgb(81,145,110); }

 H1.HeaderClassName
 {
   color: #51916E;
 }
 .AnyTagClassName
 {
   color: #51916E;
 }
</style>

background-color css

<style>
 a { background-color: #51916E; }

 a { background-color: rgb(81,145,110); }

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

border-color css

<style>
 span { border-color: #51916E; }

 span { border-color: rgb(81,145,110); }

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