#57816B

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

Shades of Cutty Sark #57816B

Tints of Cutty Sark #57816B

Color information

#57816B (or 0x57816B) is unknown color: approx Cutty Sark. HEX triplet: 57, 81 and 6B. RGB value is (87,129,107). Sum of RGB (Red+Green+Blue) = 87+129+107=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #57816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57816B is #A87E94. Grayscale: #717171. Windows color (decimal): -11042453 or 7045463. OLE color: 7045463.

HSL color Cylindrical-coordinate representation of color #57816B: hue angle of 148.57º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57816B is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB87129107-
CMYK0.3300.170.49
HSL148.57º19.44%42.35%-
HSV(B)148.57º32.56%50.59%-
XYZ14.4318.7916.78-
YUV113.93124.09108.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 129 (50.78% from 255) = 39.94%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=26.93%
G=39.94%
B=33.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal871291070.3300.170.49148.5719.4442.35
Hex57816B210113195132a
Octal12720115341021612252352
Binary10101111000000111010111000010100011100011001010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,129,107); }

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

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

 a { background-color: rgb(87,129,107); }

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

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

 span { border-color: rgb(87,129,107); }

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