#51836E

Color #51836E Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #51836E

Tints of Cutty Sark #51836E

Color information

#51836E (or 0x51836E) is unknown color: approx Cutty Sark. HEX triplet: 51, 83 and 6E. RGB value is (81,131,110). Sum of RGB (Red+Green+Blue) = 81+131+110=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #51836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51836E is #AE7C91. Grayscale: #717171. Windows color (decimal): -11435154 or 7242577. OLE color: 7242577.

HSL color Cylindrical-coordinate representation of color #51836E: hue angle of 154.8º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51836E is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB81131110-
CMYK0.3800.160.49
HSL154.8º23.58%41.57%-
HSV(B)154.8º38.17%51.37%-
XYZ14.3219.1117.69-
YUV113.66125.94104.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=25.16%
G=40.68%
B=34.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811311100.3800.160.49154.823.5841.57
Hex51836E26010319b182a
Octal12120315646020612333052
Binary10100011000001111011101001100100001100011001101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51836E;
 }
 .AnyTagClassName
 {
   color: #51836E;
 }
</style>
background-color css

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

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

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

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

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

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