#57846A

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

Shades of Cutty Sark #57846A

Tints of Cutty Sark #57846A

Color information

#57846A (or 0x57846A) is unknown color: approx Cutty Sark. HEX triplet: 57, 84 and 6A. RGB value is (87,132,106). Sum of RGB (Red+Green+Blue) = 87+132+106=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #57846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57846A is #A87B95. Grayscale: #737373. Windows color (decimal): -11041686 or 6980695. OLE color: 6980695.

HSL color Cylindrical-coordinate representation of color #57846A: hue angle of 145.33º 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 #57846A is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB87132106-
CMYK0.3400.200.48
HSL145.33º20.55%42.94%-
HSV(B)145.33º34.09%51.76%-
XYZ14.7819.5716.63-
YUV115.58122.59107.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=26.77%
G=40.62%
B=32.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871321060.3400.200.48145.3320.5542.94
Hex57846A220143091152b
Octal12720415242024602212553
Binary10101111000010011010101000100101001100001001000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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