Html Css Color HEX #51816E Cutty Sark

📋 copy color: '#51816E'

red 81 ◦ green 129 ◦ blue 110

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

Shades of Cutty Sark #51816E

Tints of Cutty Sark #51816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

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

R = 25.31%
G = 40.31%
B = 34.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#51816E (or 0x51816E) is known color: Cutty Sark. HEX triplet: 51, 81 and 6E. RGB value is (81,129,110). Sum of RGB (Red+Green+Blue) = 81+129+110=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #51816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51816E is #AE7E91. Grayscale: #707070. Windows color (decimal): -11435666 or 7242065. OLE color: 7242065.

HSL color Cylindrical-coordinate representation of color #51816E: hue angle of 156.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51816E is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 129 110 -
CMYK 0.37 0 0.15 0.49
HSL 156.25º 0.23% 0.41% -
HSV(B) 156.25º 0.37% 0.51% -
XYZ 14.06 18.58 17.6 -
YUV 112.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 81 129 110 0.37 0 0.15 0.49 156.25 0.23 0.41
Hex 51 81 6E 25 0 F 31 9C 17 29
Octal 121 201 156 45 0 17 61 234 27 51
Binary 1010001 10000001 1101110 100101 0 1111 110001 10011100 10111 101001

Color Harmonies of #51816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51816E

Black with #51816E

Text Example


Text Example

White with #51816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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