#57846E

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

Shades of Cutty Sark #57846E

Tints of Cutty Sark #57846E

Color information

#57846E (or 0x57846E) is unknown color: approx Cutty Sark. HEX triplet: 57, 84 and 6E. RGB value is (87,132,110). Sum of RGB (Red+Green+Blue) = 87+132+110=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #57846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57846E is #A87B91. Grayscale: #747474. Windows color (decimal): -11041682 or 7242839. OLE color: 7242839.

HSL color Cylindrical-coordinate representation of color #57846E: hue angle of 150.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57846E is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB87132110-
CMYK0.3400.170.48
HSL150.67º20.55%42.94%-
HSV(B)150.67º34.09%51.76%-
XYZ1519.6517.76-
YUV116.04124.59107.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=26.44%
G=40.12%
B=33.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871321100.3400.170.48150.6720.5542.94
Hex57846E220113097152b
Octal12720415642021602272553
Binary10101111000010011011101000100100011100001001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,132,110); }

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

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

 a { background-color: rgb(87,132,110); }

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

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

 span { border-color: rgb(87,132,110); }

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