#51826F

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

Shades of Cutty Sark #51826F

Tints of Cutty Sark #51826F

Color information

#51826F (or 0x51826F) is unknown color: approx Cutty Sark. HEX triplet: 51, 82 and 6F. RGB value is (81,130,111). Sum of RGB (Red+Green+Blue) = 81+130+111=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #51826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51826F is #AE7D90. Grayscale: #717171. Windows color (decimal): -11435409 or 7307857. OLE color: 7307857.

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

Color convert

RGB81130111-
CMYK0.3800.150.49
HSL156.73º23.22%41.37%-
HSV(B)156.73º37.69%50.98%-
XYZ14.2518.8617.93-
YUV113.18126.77105.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=25.16%
G=40.37%
B=34.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal811301110.3800.150.49156.7323.2241.37
Hex51826F260F319d1729
Octal12120215746017612352751
Binary1010001100000101101111100110011111100011001110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51826F; }

 p { color: rgb(81,130,111); }

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

<style>
 a { background-color: #51826F; }

 a { background-color: rgb(81,130,111); }

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

<style>
 span { border-color: #51826F; }

 span { border-color: rgb(81,130,111); }

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